summaryrefslogtreecommitdiff
path: root/library/gingerbread/res
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-05-01 14:46:05 -0700
committerMaurice Lam <yukl@google.com>2017-05-01 15:30:07 -0700
commitc57872c2603e788b3802d340f55079ceffe3e25d (patch)
tree2d6ac952ec3e4aac325927a81f49461a8110de5e /library/gingerbread/res
parentf4ea6284112411bcfaf50628ef70019f6e08f68b (diff)
downloadsetupwizard-c57872c2603e788b3802d340f55079ceffe3e25d.tar.gz
Set GLIF v1 background color to true white/black
To make sure the same video asset can be used for both GLIF v1 and v2, change the background of v1 to be #ffffff and #000000 to match GLIF v2. Bug: 37686500 Test: Manual. Existing tests updated Change-Id: I70c60f8a9dfade6dbac376f01f26023bac1c7aee
Diffstat (limited to 'library/gingerbread/res')
-rw-r--r--library/gingerbread/res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/gingerbread/res/values/styles.xml b/library/gingerbread/res/values/styles.xml
index 4b5b26d..f751ce8 100644
--- a/library/gingerbread/res/values/styles.xml
+++ b/library/gingerbread/res/values/styles.xml
@@ -80,6 +80,7 @@
</style>
<style name="SuwThemeGlif" parent="Theme.AppCompat.NoActionBar">
+ <item name="android:colorBackground">@color/suw_glif_background_color_dark</item>
<item name="android:indeterminateTint" tools:ignore="NewApi">?attr/colorControlActivated</item>
<!-- Specify the indeterminateTintMode to work around a bug in Lollipop -->
<item name="android:indeterminateTintMode" tools:ignore="NewApi">src_in</item>
@@ -113,6 +114,7 @@
</style>
<style name="SuwThemeGlif.Light" parent="Theme.AppCompat.Light.NoActionBar">
+ <item name="android:colorBackground">@color/suw_glif_background_color_light</item>
<item name="android:indeterminateTint" tools:ignore="NewApi">?attr/colorControlActivated</item>
<!-- Specify the indeterminateTintMode to work around a bug in Lollipop -->
<item name="android:indeterminateTintMode" tools:ignore="NewApi">src_in</item>