|
43 | 43 |
|
44 | 44 | <com.google.android.material.button.MaterialButton |
45 | 45 | android:id="@+id/menu_upload_files" |
46 | | - style="@style/Widget.Material3.Button.IconButton" |
| 46 | + style="@style/Widget.App.Button.BottomSheetItem" |
47 | 47 | android:layout_width="match_parent" |
48 | 48 | android:layout_height="@dimen/bottom_sheet_item_height" |
49 | 49 | android:contentDescription="@string/upload_files" |
|
61 | 61 |
|
62 | 62 | <com.google.android.material.button.MaterialButton |
63 | 63 | android:id="@+id/menu_upload_from_app" |
64 | | - style="@style/Widget.Material3.Button.IconButton" |
| 64 | + style="@style/Widget.App.Button.BottomSheetItem" |
65 | 65 | android:layout_width="match_parent" |
66 | 66 | android:layout_height="@dimen/bottom_sheet_item_height" |
67 | 67 | android:contentDescription="@string/upload_content_from_other_apps" |
|
79 | 79 |
|
80 | 80 | <com.google.android.material.button.MaterialButton |
81 | 81 | android:id="@+id/menu_direct_camera_upload" |
82 | | - style="@style/Widget.Material3.Button.IconButton" |
| 82 | + style="@style/Widget.App.Button.BottomSheetItem" |
83 | 83 | android:layout_width="match_parent" |
84 | 84 | android:layout_height="@dimen/bottom_sheet_item_height" |
85 | 85 | android:contentDescription="@string/upload_direct_camera_upload" |
|
97 | 97 |
|
98 | 98 | <com.google.android.material.button.MaterialButton |
99 | 99 | android:id="@+id/menu_scan_doc_upload" |
100 | | - style="@style/Widget.Material3.Button.IconButton" |
| 100 | + style="@style/Widget.App.Button.BottomSheetItem" |
101 | 101 | android:layout_width="match_parent" |
102 | 102 | android:layout_height="@dimen/bottom_sheet_item_height" |
103 | 103 | android:contentDescription="@string/upload_scan_doc_upload" |
|
116 | 116 |
|
117 | 117 | <com.google.android.material.button.MaterialButton |
118 | 118 | android:id="@+id/menu_mkdir" |
119 | | - style="@style/Widget.Material3.Button.IconButton" |
| 119 | + style="@style/Widget.App.Button.BottomSheetItem" |
120 | 120 | android:layout_width="match_parent" |
121 | 121 | android:layout_height="@dimen/bottom_sheet_item_height" |
122 | 122 | android:contentDescription="@string/create_new_folder" |
|
134 | 134 |
|
135 | 135 | <com.google.android.material.button.MaterialButton |
136 | 136 | android:id="@+id/menu_new_document" |
137 | | - style="@style/Widget.Material3.Button.IconButton" |
| 137 | + style="@style/Widget.App.Button.BottomSheetItem" |
138 | 138 | android:layout_width="match_parent" |
139 | 139 | android:layout_height="@dimen/bottom_sheet_item_height" |
140 | 140 | android:contentDescription="@string/create_new_document" |
|
152 | 152 |
|
153 | 153 | <com.google.android.material.button.MaterialButton |
154 | 154 | android:id="@+id/menu_new_spreadsheet" |
155 | | - style="@style/Widget.Material3.Button.IconButton" |
| 155 | + style="@style/Widget.App.Button.BottomSheetItem" |
156 | 156 | android:layout_width="match_parent" |
157 | 157 | android:layout_height="@dimen/bottom_sheet_item_height" |
158 | 158 | android:contentDescription="@string/create_new_spreadsheet" |
|
170 | 170 |
|
171 | 171 | <com.google.android.material.button.MaterialButton |
172 | 172 | android:id="@+id/menu_new_presentation" |
173 | | - style="@style/Widget.Material3.Button.IconButton" |
| 173 | + style="@style/Widget.App.Button.BottomSheetItem" |
174 | 174 | android:layout_width="match_parent" |
175 | 175 | android:layout_height="@dimen/bottom_sheet_item_height" |
176 | 176 | android:contentDescription="@string/create_new_presentation" |
|
205 | 205 | android:id="@+id/menu_create_rich_workspace_divider" |
206 | 206 | android:layout_width="match_parent" |
207 | 207 | android:layout_height="wrap_content" |
208 | | - android:layout_marginHorizontal="@dimen/bottom_sheet_menu_item_divider_standard_margin" |
| 208 | + android:layout_marginStart="@dimen/bottom_sheet_menu_item_divider_standard_margin" |
209 | 209 | android:layout_marginVertical="@dimen/standard_half_margin" |
210 | 210 | app:dividerColor="@color/list_divider_background" /> |
211 | 211 |
|
212 | 212 | <com.google.android.material.button.MaterialButton |
213 | 213 | android:id="@+id/menu_create_rich_workspace" |
214 | | - style="@style/Widget.Material3.Button.IconButton" |
| 214 | + style="@style/Widget.App.Button.BottomSheetItem" |
215 | 215 | android:layout_width="match_parent" |
216 | 216 | android:layout_height="@dimen/bottom_sheet_item_height" |
217 | 217 | android:contentDescription="@string/create_rich_workspace" |
|
0 commit comments