From f0001e7af7d641c0ce3112fd913d83448725ae63 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 16 Feb 2018 12:40:25 -0800 Subject: Set color primary to color accent For GLIF v3, color accent is changed, and color primary should be changed to match as well. Test: ./gradlew test Bug: 73253714 Change-Id: I553f4eaccc75abaedad4cf9e31d003d6c1f64660 --- library/gingerbread/res/values/styles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/gingerbread/res/values/styles.xml') diff --git a/library/gingerbread/res/values/styles.xml b/library/gingerbread/res/values/styles.xml index 1dca8cd..2287d27 100644 --- a/library/gingerbread/res/values/styles.xml +++ b/library/gingerbread/res/values/styles.xml @@ -104,7 +104,7 @@ adjustResize @color/suw_color_accent_glif_dark - @color/suw_color_accent_glif_dark + ?attr/colorAccent ?attr/suwMarginSides ?attr/suwMarginSides true @@ -142,7 +142,7 @@ adjustResize @color/suw_color_accent_glif_light - @color/suw_color_accent_glif_light + ?attr/colorAccent ?attr/suwMarginSides ?attr/suwMarginSides true -- cgit v1.2.3