|
54 | 54 | android:id="@+id/fab_camera"
|
55 | 55 | android:layout_width="wrap_content"
|
56 | 56 | android:layout_height="wrap_content"
|
57 |
| - android:scaleType="center" |
58 | 57 | android:tint="@color/button_blue"
|
59 | 58 | android:visibility="gone"
|
60 | 59 | app:backgroundTint="@color/main_background_light"
|
61 |
| - app:elevation="6dp" |
| 60 | + app:useCompatPadding="true" |
| 61 | + app:elevation="4dp" |
62 | 62 | app:fabSize="mini"
|
63 |
| - android:layout_margin="8dp" |
64 |
| - app:pressedTranslationZ="12dp" |
65 | 63 | app:srcCompat="@drawable/ic_photo_camera_white_24dp" />
|
66 | 64 |
|
67 | 65 | <com.google.android.material.floatingactionbutton.FloatingActionButton
|
68 | 66 | android:id="@+id/fab_gallery"
|
69 | 67 | android:layout_width="wrap_content"
|
70 | 68 | android:layout_height="wrap_content"
|
71 |
| - android:scaleType="center" |
72 | 69 | android:tint="@color/button_blue"
|
73 | 70 | android:visibility="gone"
|
74 | 71 | app:backgroundTint="@color/main_background_light"
|
75 |
| - app:elevation="6dp" |
| 72 | + app:useCompatPadding="true" |
| 73 | + app:elevation="4dp" |
76 | 74 | app:fabSize="mini"
|
77 |
| - android:layout_margin="8dp" |
78 |
| - app:pressedTranslationZ="12dp" |
79 | 75 | app:srcCompat="@drawable/ic_photo_white_24dp" />
|
80 | 76 |
|
81 | 77 | <com.google.android.material.floatingactionbutton.FloatingActionButton
|
82 | 78 | android:id="@+id/fab_plus"
|
83 | 79 | android:layout_width="wrap_content"
|
84 | 80 | android:layout_height="wrap_content"
|
85 |
| - android:layout_alignParentBottom="true" |
86 | 81 | android:gravity="center_vertical"
|
87 |
| - android:clickable="true" |
88 | 82 | android:visibility="visible"
|
89 | 83 | app:backgroundTint="@color/status_bar_blue"
|
90 |
| - app:elevation="12dp" |
91 |
| - app:fabSize="normal" |
92 |
| - android:layout_margin="8dp" |
93 |
| - app:pressedTranslationZ="12dp" |
| 84 | + app:useCompatPadding="true" |
| 85 | + app:elevation="4dp" |
94 | 86 | app:srcCompat="@drawable/ic_add_white_24dp" />
|
95 | 87 |
|
96 | 88 | </LinearLayout>
|
|
0 commit comments