diff --git a/Source/Android/app/src/main/res/anim/fade_in.xml b/Source/Android/app/src/main/res/anim/fade_in.xml new file mode 100644 index 0000000000..3767d530d5 --- /dev/null +++ b/Source/Android/app/src/main/res/anim/fade_in.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/Source/Android/app/src/main/res/anim/fade_out.xml b/Source/Android/app/src/main/res/anim/fade_out.xml new file mode 100644 index 0000000000..fab1686871 --- /dev/null +++ b/Source/Android/app/src/main/res/anim/fade_out.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/Source/Android/app/src/main/res/values-night-v31/themes.xml b/Source/Android/app/src/main/res/values-night-v31/themes.xml index fac737af73..c54c191654 100644 --- a/Source/Android/app/src/main/res/values-night-v31/themes.xml +++ b/Source/Android/app/src/main/res/values-night-v31/themes.xml @@ -27,7 +27,7 @@ @color/m3_sys_color_dynamic_dark_on_surface_variant @color/m3_sys_color_dynamic_dark_secondary - @style/ThemeOverlay.Material3.MaterialAlertDialog + @style/MaterialDialog @style/ThemeOverlay.Material3 diff --git a/Source/Android/app/src/main/res/values-v31/themes.xml b/Source/Android/app/src/main/res/values-v31/themes.xml index 0b7905858d..2e75d2d205 100644 --- a/Source/Android/app/src/main/res/values-v31/themes.xml +++ b/Source/Android/app/src/main/res/values-v31/themes.xml @@ -27,7 +27,7 @@ @color/m3_sys_color_dynamic_light_on_surface_variant @color/m3_sys_color_dynamic_light_secondary - @style/ThemeOverlay.Material3.MaterialAlertDialog + @style/MaterialDialog @style/ThemeOverlay.Material3 diff --git a/Source/Android/app/src/main/res/values/styles.xml b/Source/Android/app/src/main/res/values/styles.xml index 0537dca945..553a60456b 100644 --- a/Source/Android/app/src/main/res/values/styles.xml +++ b/Source/Android/app/src/main/res/values/styles.xml @@ -33,6 +33,16 @@ @style/DolphinButton @style/DolphinButton @style/DolphinButton + @style/DialogAnimation + + + + + @@ -94,7 +94,7 @@ @color/green_onSurfaceVariant @color/green_secondary - @style/ThemeOverlay.Material3.MaterialAlertDialog + @style/MaterialDialog @style/ThemeOverlay.Material3 @@ -128,7 +128,7 @@ @color/pink_onSurfaceVariant @color/pink_secondary - @style/ThemeOverlay.Material3.MaterialAlertDialog + @style/MaterialDialog @style/ThemeOverlay.Material3