From 72939d575f53d8e5bbbea283ec8f62eb7be23158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sat, 26 Oct 2019 19:40:23 +0200 Subject: [PATCH] Fix android Settings Dialog Style --- android/app/src/main/res/values/styles.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 2ce68e0..8c9a9ec 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -9,6 +9,7 @@ ?attr/colorPrimarySurface ?attr/colorPrimarySurface @style/AppTheme.AlertDialog + @style/AppTheme.AlertDialog.NonMaterial true @@ -28,6 +29,12 @@ @style/AppTheme.AlertDialog.Button + +