From 097e1274071b062919dd62c3708cd79d10f07e77 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Mon, 1 Aug 2016 22:33:54 -0400 Subject: [PATCH] Theme dialogs correctly with accent color --- app/src/main/res/values-v21/styles.xml | 6 ++++++ app/src/main/res/values/styles.xml | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml index 64ad0eb..5a565d4 100644 --- a/app/src/main/res/values-v21/styles.xml +++ b/app/src/main/res/values-v21/styles.xml @@ -14,6 +14,7 @@ false @null @color/divider_light + @style/AppCompatDialogStyle.Light \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 8a4537c..044d8cb 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -14,6 +14,7 @@ false @null @color/divider_light + @style/AppCompatDialogStyle.Light + + + + + + + + +