From 020ba1f833184f0dd31d6c8b435a1e7e6f77ac6e Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Fri, 21 Feb 2020 09:15:39 -0600 Subject: [PATCH] Use accent color in name your price dialog --- app/src/main/res/values-night/theme_dark_grey.xml | 4 ---- app/src/main/res/values/attrs.xml | 4 ---- app/src/main/res/values/styles.xml | 14 +++++++------- app/src/main/res/values/theme.xml | 4 ---- app/src/main/res/values/theme_white.xml | 4 ---- 5 files changed, 7 insertions(+), 23 deletions(-) diff --git a/app/src/main/res/values-night/theme_dark_grey.xml b/app/src/main/res/values-night/theme_dark_grey.xml index 598242f8c..17c7707db 100644 --- a/app/src/main/res/values-night/theme_dark_grey.xml +++ b/app/src/main/res/values-night/theme_dark_grey.xml @@ -5,10 +5,6 @@ @style/AlertButtonStyle @style/AlertButtonStyle @style/AlertButtonStyle - @color/button_accent_text - @color/button_accent_background - @color/button_accent_ripple - @color/button_accent_stroke \ No newline at end of file diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 59baa4bba..cebc15995 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -9,10 +9,6 @@ - - - - diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 4fd257e76..69a66b517 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -169,16 +169,16 @@ diff --git a/app/src/main/res/values/theme_white.xml b/app/src/main/res/values/theme_white.xml index 8f3f8f596..fe7b47e8b 100644 --- a/app/src/main/res/values/theme_white.xml +++ b/app/src/main/res/values/theme_white.xml @@ -10,10 +10,6 @@ @style/AlertButtonStyle @style/AlertButtonStyle @style/AlertButtonStyle - @color/button_accent_text - @color/button_accent_background - @color/button_accent_ripple - @color/button_accent_stroke \ No newline at end of file