fix logo and add dialog pop up

This commit is contained in:
shaulascr
2025-08-27 01:30:22 +07:00
parent 57f3c463cb
commit 66595fcb48
13 changed files with 355 additions and 64 deletions

View File

@ -339,7 +339,10 @@
<!-- Rounded corners -->
<item name="shapeAppearanceMediumComponent">@style/ShapeAppearance.MyApp.MediumComponent</item>
<!-- Dialog background color -->
<item name="cardBackgroundColor">@color/white</item>
<item name="materialAlertDialogBodyTextStyle">@font/dmsans_regular</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">true</item>
</style>
<style name="ShapeAppearance.MyApp.MediumComponent" parent="ShapeAppearance.Material3.Corner.Medium" />