summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-04-25 17:43:35 -0700
committerMaurice Lam <yukl@google.com>2017-04-25 17:55:45 -0700
commit04842698dfd4bd6a9a2d941b641e979bc7505686 (patch)
treef36997f0975b2f4d41ae123dac46ceb82e05908b /library
parent1a8259d4fb0a29ca334ac8728ef9ac9e4241f056 (diff)
downloadsetupwizard-04842698dfd4bd6a9a2d941b641e979bc7505686.tar.gz
Update background colors
Update light theme background color to real white #ffffff, and dark theme background color to real black #000000 for GLIF v2. Test: Manual Bug: 37686500 Change-Id: Ic013d23ebba24350e0a0598ef9d78a1c13e46592
Diffstat (limited to 'library')
-rw-r--r--library/main/res/values/colors.xml2
-rw-r--r--library/main/res/values/styles.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/library/main/res/values/colors.xml b/library/main/res/values/colors.xml
index f9c5da3..8200925 100644
--- a/library/main/res/values/colors.xml
+++ b/library/main/res/values/colors.xml
@@ -40,5 +40,7 @@
<!-- GLIF colors -->
<color name="suw_color_accent_glif_dark">#ff4285f4</color>
<color name="suw_color_accent_glif_light">#ff4285f4</color>
+ <color name="suw_glif_v2_background_color_dark">#ff000000</color>
+ <color name="suw_glif_v2_background_color_light">#ffffffff</color>
</resources>
diff --git a/library/main/res/values/styles.xml b/library/main/res/values/styles.xml
index b5a7e88..23696be 100644
--- a/library/main/res/values/styles.xml
+++ b/library/main/res/values/styles.xml
@@ -20,6 +20,7 @@
<!-- General styles -->
<style name="SuwThemeGlifV2" parent="SuwThemeGlif">
+ <item name="android:colorBackground">@color/suw_glif_v2_background_color_dark</item>
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
<item name="suwBackgroundBaseColor">?android:attr/colorBackground</item>
@@ -32,6 +33,7 @@
<style name="SuwThemeGlifPixel" parent="SuwThemeGlifV2" />
<style name="SuwThemeGlifV2.Light" parent="SuwThemeGlif.Light">
+ <item name="android:colorBackground">@color/suw_glif_v2_background_color_light</item>
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
<item name="suwBackgroundBaseColor">?android:attr/colorBackground</item>