File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<com .google.android.material.floatingactionbutton.FloatingActionButton
49
49
android : id =" @+id/shareFab"
50
- android : layout_width =" @dimen/fab_width"
51
- android : layout_height =" @dimen/fab_height"
52
- android : layout_marginEnd =" @dimen/fab_margin_80dp"
50
+ android : layout_width =" wrap_content"
51
+ android : layout_height =" wrap_content"
53
52
app : fabCustomSize =" @dimen/fab_height"
53
+ android : layout_marginEnd =" @dimen/fab_margin_80dp"
54
54
android : background =" @android:color/white"
55
55
android : scaleType =" center"
56
56
app : backgroundTint =" @android:color/white"
63
63
64
64
<com .google.android.material.floatingactionbutton.FloatingActionButton
65
65
android : id =" @+id/favoriteFab"
66
- android : layout_width =" @dimen/fab_width "
67
- android : layout_height =" @dimen/fab_height "
66
+ android : layout_width =" wrap_content "
67
+ android : layout_height =" wrap_content "
68
68
app : fabCustomSize =" @dimen/fab_height"
69
69
android : layout_marginEnd =" @dimen/fab_margin_right"
70
70
android : background =" @android:color/white"
You can’t perform that action at this time.
0 commit comments