Add missing required material3 dialog theme attribute.
This commit is contained in:
parent
d1f47972e7
commit
36d8e75eb1
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@
|
||||||
|
|
||||||
<style name="Signal.MaterialAlertDialog" parent="MaterialAlertDialog.Material3">
|
<style name="Signal.MaterialAlertDialog" parent="MaterialAlertDialog.Material3">
|
||||||
<item name="shapeAppearance">@style/Signal.ShapeOverlay.Rounded</item>
|
<item name="shapeAppearance">@style/Signal.ShapeOverlay.Rounded</item>
|
||||||
|
<item name="backgroundTint">@color/transparent</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Signal.MaterialAlertDialog.Wide">
|
<style name="Signal.MaterialAlertDialog.Wide">
|
||||||
|
|
Loading…
Add table
Reference in a new issue