Skip to content

Commit 2f79f31

Browse files
dsn5ftkendrickumstattd
authored andcommitted
[FAB] Fix typos in comments
PiperOrigin-RevId: 764662791
1 parent 5a37cf9 commit 2f79f31

File tree

1 file changed

+3
-3
lines changed
  • lib/java/com/google/android/material/floatingactionbutton/res/values

1 file changed

+3
-3
lines changed

lib/java/com/google/android/material/floatingactionbutton/res/values/styles.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<item name="materialThemeOverlay">@style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface</item>
280280
</style>
281281

282-
<!-- M3 Expressive Extended Small FABs -->
282+
<!-- M3 Extended Small FABs -->
283283
<style name="Base.Widget.Material3.ExtendedFloatingActionButton.Small" parent="Base.Widget.Material3.ExtendedFloatingActionButton">
284284
<item name="android:minWidth">@dimen/m3_comp_extended_fab_small_container_height</item>
285285
<item name="android:minHeight">@dimen/m3_comp_extended_fab_small_container_height</item>
@@ -296,7 +296,7 @@
296296
<item name="materialThemeOverlay">@style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary</item>
297297
</style>
298298

299-
<!-- M3 Expressive Extended Medium FABs -->
299+
<!-- M3 Extended Medium FABs -->
300300
<style name="Base.Widget.Material3.ExtendedFloatingActionButton.Medium" parent="Base.Widget.Material3.ExtendedFloatingActionButton">
301301
<item name="android:minWidth">@dimen/m3_comp_extended_fab_medium_container_height</item>
302302
<item name="android:minHeight">@dimen/m3_comp_extended_fab_medium_container_height</item>
@@ -314,7 +314,7 @@
314314
<item name="materialThemeOverlay">@style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary</item>
315315
</style>
316316

317-
<!-- M3 Expressive Extended Large FABs -->
317+
<!-- M3 Extended Large FABs -->
318318
<style name="Base.Widget.Material3.ExtendedFloatingActionButton.Large" parent="Base.Widget.Material3.ExtendedFloatingActionButton">
319319
<item name="android:minWidth">@dimen/m3_comp_extended_fab_large_container_height</item>
320320
<item name="android:minHeight">@dimen/m3_comp_extended_fab_large_container_height</item>

0 commit comments

Comments
 (0)