From 3f3891839ee025235577596ecc61a14ebdf7a462 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Thu, 11 Nov 2021 16:28:57 +0530 Subject: [PATCH] Make all `AlertDialog`s use `MaterialComponents` theme We inconsistently used `AppCompat`'s `AlertDialog` theme in Settings while using `MaterialComponents`'s theme in Controller Configuration. This has now been fixed by universally using the `MaterialComponents` theme. --- app/src/main/res/values/themes.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 4c2f510b..43fbac62 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -12,13 +12,12 @@ @style/ChipChoice - @style/ThemeOverlay.AppTheme.BottomSheetDialog + @style/ThemeOverlay.MaterialComponents.MaterialAlertDialog