From 85636e7f04be032e288458acba84788197a3fe24 Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Tue, 27 Sep 2016 01:07:58 -0700 Subject: [PATCH] Themed alert dialog background colors --- app/src/main/res/values-v21/styles.xml | 4 ++++ app/src/main/res/values/styles.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 84068d7..ff96cff 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -25,6 +25,10 @@ + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5af093d..df15a6c 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -26,6 +26,7 @@ @color/colorPrimaryDark @color/colorAccent @style/AppCompatAlertDialogStyle + @style/AlertDialogStyle @color/colorPrimary @color/card_background_color @@ -34,6 +35,7 @@ @color/colorPrimaryInverse @color/colorPrimaryDarkInverse @style/AppCompatAlertDialogStyle.Dark + @style/AlertDialogStyle.Dark @color/colorAccentInverse @color/colorPrimaryInverse @color/card_background_color_inverse @@ -182,4 +184,7 @@ 1 @dimen/text_size_subhead + +