From 4657185dc6f161418ce7e8e4f9dd2976fc54427a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 7 Jul 2020 23:02:36 +0530 Subject: styles: re-add alertDialogTheme override (#923) It seems the MaterialComponents inflater does not work with preferences. Signed-off-by: Harsh Shandilya --- app/src/main/res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values/styles.xml') diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 3bc68452..3e30f0a5 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -22,6 +22,7 @@ @color/navigation_bar_color @bool/light_status_bar @style/ActionMode + @style/AppTheme.Dialog @style/AppTheme.Dialog @style/AppTheme.MaterialButton @style/AppTheme.OutlinedButton -- cgit v1.2.3