mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 22:34:20 +00:00
[android] Migrate progress dialog theme to Material 3
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
@@ -253,8 +253,9 @@
|
||||
<item name="android:fontFamily">@string/robotoMedium</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.ProgressDialog" parent="MwmTheme.AlertDialog">
|
||||
<style name="MwmTheme.ProgressDialog" parent="MwmTheme.M3.AlertDialog">
|
||||
<item name="android:textColor">?textDialogTheme</item>
|
||||
<item name="android:background">?attr/colorSurfaceContainerHigh</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.Downloader">
|
||||
|
||||
Reference in New Issue
Block a user