|
47 | 47 | android:layout_gravity="center"
|
48 | 48 | android:contentDescription="@string/m3_primary_small_extended_fab_content_desc"
|
49 | 49 | android:text="@string/extended_fab_label"
|
50 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Primary" |
| 50 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Primary" |
51 | 51 | app:icon="@drawable/ic_add_24px" />
|
52 | 52 | <TextView
|
53 | 53 | android:layout_width="wrap_content"
|
|
63 | 63 | android:layout_gravity="center"
|
64 | 64 | android:contentDescription="@string/m3_primary_medium_extended_fab_content_desc"
|
65 | 65 | android:text="@string/extended_fab_label"
|
66 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Primary" |
| 66 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Primary" |
67 | 67 | app:icon="@drawable/ic_add_24px" />
|
68 | 68 | <TextView
|
69 | 69 | android:layout_width="wrap_content"
|
|
79 | 79 | android:layout_gravity="center"
|
80 | 80 | android:contentDescription="@string/m3_primary_large_extended_fab_content_desc"
|
81 | 81 | android:text="@string/extended_fab_label"
|
82 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Primary" |
| 82 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Primary" |
83 | 83 | app:icon="@drawable/ic_add_24px" />
|
84 | 84 |
|
85 | 85 | <TextView
|
|
104 | 104 | android:layout_gravity="center"
|
105 | 105 | android:contentDescription="@string/m3_secondary_small_extended_fab_content_desc"
|
106 | 106 | android:text="@string/extended_fab_label"
|
107 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Secondary" |
| 107 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Secondary" |
108 | 108 | app:icon="@drawable/ic_add_24px" />
|
109 | 109 | <TextView
|
110 | 110 | android:layout_width="wrap_content"
|
|
120 | 120 | android:layout_gravity="center"
|
121 | 121 | android:contentDescription="@string/m3_secondary_medium_extended_fab_content_desc"
|
122 | 122 | android:text="@string/extended_fab_label"
|
123 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Secondary" |
| 123 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Secondary" |
124 | 124 | app:icon="@drawable/ic_add_24px" />
|
125 | 125 | <TextView
|
126 | 126 | android:layout_width="wrap_content"
|
|
136 | 136 | android:layout_gravity="center"
|
137 | 137 | android:contentDescription="@string/m3_secondary_large_extended_fab_content_desc"
|
138 | 138 | android:text="@string/extended_fab_label"
|
139 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Secondary" |
| 139 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Secondary" |
140 | 140 | app:icon="@drawable/ic_add_24px" />
|
141 | 141 |
|
142 | 142 | <TextView
|
|
161 | 161 | android:layout_gravity="center"
|
162 | 162 | android:contentDescription="@string/m3_tertiary_small_extended_fab_content_desc"
|
163 | 163 | android:text="@string/extended_fab_label"
|
164 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Tertiary" |
| 164 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Tertiary" |
165 | 165 | app:icon="@drawable/ic_add_24px" />
|
166 | 166 | <TextView
|
167 | 167 | android:layout_width="wrap_content"
|
|
177 | 177 | android:layout_gravity="center"
|
178 | 178 | android:contentDescription="@string/m3_tertiary_medium_extended_fab_content_desc"
|
179 | 179 | android:text="@string/extended_fab_label"
|
180 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Tertiary" |
| 180 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Tertiary" |
181 | 181 | app:icon="@drawable/ic_add_24px" />
|
182 | 182 | <TextView
|
183 | 183 | android:layout_width="wrap_content"
|
|
193 | 193 | android:layout_gravity="center"
|
194 | 194 | android:contentDescription="@string/m3_tertiary_large_extended_fab_content_desc"
|
195 | 195 | android:text="@string/extended_fab_label"
|
196 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.Tertiary" |
197 |
| - app:icon="@drawable/ic_add_24px" /> |
198 |
| - |
199 |
| - <TextView |
200 |
| - android:layout_width="wrap_content" |
201 |
| - android:layout_height="wrap_content" |
202 |
| - android:layout_gravity="start|center" |
203 |
| - android:layout_columnSpan="2" |
204 |
| - android:textAppearance="?attr/textAppearanceTitleLarge" |
205 |
| - android:text="@string/m3_primary_container_extended_fab_label" /> |
206 |
| - |
207 |
| - <TextView |
208 |
| - android:layout_width="wrap_content" |
209 |
| - android:layout_height="wrap_content" |
210 |
| - android:layout_marginRight="24dp" |
211 |
| - android:layout_gravity="start|center" |
212 |
| - android:text="@string/m3_small_extended_fab_label"/> |
213 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
214 |
| - style="?attr/extendedFloatingActionButtonSmallStyle" |
215 |
| - android:layout_width="wrap_content" |
216 |
| - android:layout_height="wrap_content" |
217 |
| - android:layout_margin="8dp" |
218 |
| - android:layout_gravity="center" |
219 |
| - android:contentDescription="@string/m3_primary_container_small_extended_fab_content_desc" |
220 |
| - android:text="@string/extended_fab_label" |
221 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.PrimaryContainer" |
222 |
| - app:icon="@drawable/ic_add_24px" /> |
223 |
| - <TextView |
224 |
| - android:layout_width="wrap_content" |
225 |
| - android:layout_height="wrap_content" |
226 |
| - android:layout_marginRight="24dp" |
227 |
| - android:layout_gravity="start|center" |
228 |
| - android:text="@string/m3_medium_extended_fab_label"/> |
229 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
230 |
| - style="?attr/extendedFloatingActionButtonMediumStyle" |
231 |
| - android:layout_width="wrap_content" |
232 |
| - android:layout_height="wrap_content" |
233 |
| - android:layout_margin="8dp" |
234 |
| - android:layout_gravity="center" |
235 |
| - android:contentDescription="@string/m3_primary_container_medium_extended_fab_content_desc" |
236 |
| - android:text="@string/extended_fab_label" |
237 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.PrimaryContainer" |
238 |
| - app:icon="@drawable/ic_add_24px" /> |
239 |
| - <TextView |
240 |
| - android:layout_width="wrap_content" |
241 |
| - android:layout_height="wrap_content" |
242 |
| - android:layout_marginRight="24dp" |
243 |
| - android:layout_gravity="start|center" |
244 |
| - android:text="@string/m3_large_extended_fab_label"/> |
245 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
246 |
| - style="?attr/extendedFloatingActionButtonLargeStyle" |
247 |
| - android:layout_width="wrap_content" |
248 |
| - android:layout_height="wrap_content" |
249 |
| - android:layout_margin="8dp" |
250 |
| - android:layout_gravity="center" |
251 |
| - android:contentDescription="@string/m3_primary_container_large_extended_fab_content_desc" |
252 |
| - android:text="@string/extended_fab_label" |
253 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.PrimaryContainer" |
254 |
| - app:icon="@drawable/ic_add_24px" /> |
255 |
| - |
256 |
| - <TextView |
257 |
| - android:layout_width="wrap_content" |
258 |
| - android:layout_height="wrap_content" |
259 |
| - android:layout_gravity="start|center" |
260 |
| - android:layout_columnSpan="2" |
261 |
| - android:textAppearance="?attr/textAppearanceTitleLarge" |
262 |
| - android:text="@string/m3_secondary_container_extended_fab_label" /> |
263 |
| - |
264 |
| - <TextView |
265 |
| - android:layout_width="wrap_content" |
266 |
| - android:layout_height="wrap_content" |
267 |
| - android:layout_marginRight="24dp" |
268 |
| - android:layout_gravity="start|center" |
269 |
| - android:text="@string/m3_small_extended_fab_label"/> |
270 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
271 |
| - style="?attr/extendedFloatingActionButtonSmallStyle" |
272 |
| - android:layout_width="wrap_content" |
273 |
| - android:layout_height="wrap_content" |
274 |
| - android:layout_margin="8dp" |
275 |
| - android:layout_gravity="center" |
276 |
| - android:contentDescription="@string/m3_secondary_container_small_extended_fab_content_desc" |
277 |
| - android:text="@string/extended_fab_label" |
278 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.SecondaryContainer" |
279 |
| - app:icon="@drawable/ic_add_24px" /> |
280 |
| - <TextView |
281 |
| - android:layout_width="wrap_content" |
282 |
| - android:layout_height="wrap_content" |
283 |
| - android:layout_marginRight="24dp" |
284 |
| - android:layout_gravity="start|center" |
285 |
| - android:text="@string/m3_medium_extended_fab_label"/> |
286 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
287 |
| - style="?attr/extendedFloatingActionButtonMediumStyle" |
288 |
| - android:layout_width="wrap_content" |
289 |
| - android:layout_height="wrap_content" |
290 |
| - android:layout_margin="8dp" |
291 |
| - android:layout_gravity="center" |
292 |
| - android:contentDescription="@string/m3_secondary_container_medium_extended_fab_content_desc" |
293 |
| - android:text="@string/extended_fab_label" |
294 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.SecondaryContainer" |
295 |
| - app:icon="@drawable/ic_add_24px" /> |
296 |
| - <TextView |
297 |
| - android:layout_width="wrap_content" |
298 |
| - android:layout_height="wrap_content" |
299 |
| - android:layout_marginRight="24dp" |
300 |
| - android:layout_gravity="start|center" |
301 |
| - android:text="@string/m3_large_extended_fab_label"/> |
302 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
303 |
| - style="?attr/extendedFloatingActionButtonLargeStyle" |
304 |
| - android:layout_width="wrap_content" |
305 |
| - android:layout_height="wrap_content" |
306 |
| - android:layout_margin="8dp" |
307 |
| - android:layout_gravity="center" |
308 |
| - android:contentDescription="@string/m3_secondary_container_large_extended_fab_content_desc" |
309 |
| - android:text="@string/extended_fab_label" |
310 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.SecondaryContainer" |
311 |
| - app:icon="@drawable/ic_add_24px" /> |
312 |
| - |
313 |
| - <TextView |
314 |
| - android:layout_width="wrap_content" |
315 |
| - android:layout_height="wrap_content" |
316 |
| - android:layout_gravity="start|center" |
317 |
| - android:layout_columnSpan="2" |
318 |
| - android:textAppearance="?attr/textAppearanceTitleLarge" |
319 |
| - android:text="@string/m3_tertiary_container_extended_fab_label" /> |
320 |
| - |
321 |
| - <TextView |
322 |
| - android:layout_width="wrap_content" |
323 |
| - android:layout_height="wrap_content" |
324 |
| - android:layout_marginRight="24dp" |
325 |
| - android:layout_gravity="start|center" |
326 |
| - android:text="@string/m3_small_extended_fab_label"/> |
327 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
328 |
| - style="?attr/extendedFloatingActionButtonSmallStyle" |
329 |
| - android:layout_width="wrap_content" |
330 |
| - android:layout_height="wrap_content" |
331 |
| - android:layout_margin="8dp" |
332 |
| - android:layout_gravity="center" |
333 |
| - android:contentDescription="@string/m3_tertiary_container_small_extended_fab_content_desc" |
334 |
| - android:text="@string/extended_fab_label" |
335 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.TertiaryContainer" |
336 |
| - app:icon="@drawable/ic_add_24px" /> |
337 |
| - <TextView |
338 |
| - android:layout_width="wrap_content" |
339 |
| - android:layout_height="wrap_content" |
340 |
| - android:layout_marginRight="24dp" |
341 |
| - android:layout_gravity="start|center" |
342 |
| - android:text="@string/m3_medium_extended_fab_label"/> |
343 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
344 |
| - style="?attr/extendedFloatingActionButtonMediumStyle" |
345 |
| - android:layout_width="wrap_content" |
346 |
| - android:layout_height="wrap_content" |
347 |
| - android:layout_margin="8dp" |
348 |
| - android:layout_gravity="center" |
349 |
| - android:contentDescription="@string/m3_tertiary_container_medium_extended_fab_content_desc" |
350 |
| - android:text="@string/extended_fab_label" |
351 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.TertiaryContainer" |
352 |
| - app:icon="@drawable/ic_add_24px" /> |
353 |
| - <TextView |
354 |
| - android:layout_width="wrap_content" |
355 |
| - android:layout_height="wrap_content" |
356 |
| - android:layout_marginRight="24dp" |
357 |
| - android:layout_gravity="start|center" |
358 |
| - android:text="@string/m3_large_extended_fab_label"/> |
359 |
| - <com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton |
360 |
| - style="?attr/extendedFloatingActionButtonLargeStyle" |
361 |
| - android:layout_width="wrap_content" |
362 |
| - android:layout_height="wrap_content" |
363 |
| - android:layout_margin="8dp" |
364 |
| - android:layout_gravity="center" |
365 |
| - android:contentDescription="@string/m3_tertiary_container_large_extended_fab_content_desc" |
366 |
| - android:text="@string/extended_fab_label" |
367 |
| - app:materialThemeOverlay="@style/ThemeOverlay.Material3Expressive.FloatingActionButton.TertiaryContainer" |
| 196 | + app:materialThemeOverlay="@style/ThemeOverlay.Material3.FloatingActionButton.Tertiary" |
368 | 197 | app:icon="@drawable/ic_add_24px" />
|
369 | 198 |
|
370 | 199 | </GridLayout>
|
0 commit comments