Skip to content

Commit

Permalink
[M3][Dialog] Enforce material theme in M3 dialog styles
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 410027983
  • Loading branch information
drchen committed Nov 16, 2021
1 parent 04a6b6c commit 728a1e6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -110,6 +110,7 @@
</style>

<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>
</style>
Expand Down

0 comments on commit 728a1e6

Please sign in to comment.