[android] Migrate progress dialog theme to Material 3

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2026-01-08 12:23:42 +01:00
committed by x7z4w
parent b8e5a70cf7
commit 907c5cf39e

View File

@@ -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">