Skip to content

Commit

Permalink
[MaterialAlertDialog] Update M3 style to use new shapeAppearanceCorne…
Browse files Browse the repository at this point in the history
…rExtraLarge attr

PiperOrigin-RevId: 444852173
  • Loading branch information
dsn5ft committed Apr 27, 2022
1 parent f2f454b commit 391d2b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@
<style name="MaterialAlertDialog.Material3" parent="MaterialAlertDialog.MaterialComponents">
<item name="enforceMaterialTheme">true</item>
<item name="android:layout">@layout/m3_alert_dialog</item>
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3</item>
<item name="shapeAppearance">?attr/shapeAppearanceCornerExtraLarge</item>
</style>

<style name="ShapeAppearanceOverlay.MaterialAlertDialog.Material3" parent="">
Expand Down

0 comments on commit 391d2b2

Please sign in to comment.