Skip to content

Commit 6c876e4

Browse files
committed
fix missing theme
1 parent 03b6e24 commit 6c876e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/src/main/res/values/themes.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,18 @@
7474
<item name="windowNoTitle">true</item>
7575
</style>
7676

77+
<style name="AppTheme.DialogActivity" parent="ThemeOverlay.Material3.MaterialAlertDialog.Centered">
78+
<item name="windowActionBar">false</item>
79+
<item name="windowNoTitle">true</item>
80+
<item name="android:windowIsTranslucent">true</item>
81+
<item name="android:windowNoTitle">true</item>
82+
<item name="android:windowBackground">@android:color/transparent</item>
83+
<item name="shapeAppearanceOverlay">@style/ShapeAppearance.App.MediumComponent</item>
84+
<item name="android:windowClipToOutline">true</item>
85+
</style>
86+
87+
<style name="ShapeAppearance.App.MediumComponent" parent="ShapeAppearance.Material3.MediumComponent">
88+
<item name="cornerSize">16dp</item>
89+
</style>
90+
7791
</resources>

0 commit comments

Comments
 (0)