summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-05-06 18:51:41 -0700
committerClark Scheff <clark@cyngn.com>2015-05-08 16:11:36 +0000
commit7308d15ad90b742b8659fc818ab310cd39b3bc80 (patch)
tree2ba6a5e5055737862e08a64ded39864686cbc5b5 /res
parent7ec4ad6432c6ea4bae75c2cf5905286205b4388d (diff)
downloadpackages_apps_ThemeChooser-7308d15ad90b742b8659fc818ab310cd39b3bc80.zip
packages_apps_ThemeChooser-7308d15ad90b742b8659fc818ab310cd39b3bc80.tar.gz
packages_apps_ThemeChooser-7308d15ad90b742b8659fc818ab310cd39b3bc80.tar.bz2
Use custom edge effect color
This resolves the crash issue when changing certain themes from the theme store. Change-Id: I8e236d3f9fac2f28aff0ce090498a1237d0b4c6d REF: CHOOSER-85
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/styles.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 1f86188..854d5ed 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -61,4 +61,6 @@
<color name="per_app_theme_remove_background_normal">#0fb6df</color>
<color name="per_app_theme_remove_background_hover">#4fdcff</color>
+ <color name="edge_effect_color">#ffffff</color>
+
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index bb9ff93..467e89f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -20,6 +20,7 @@
<item name="android:windowShowWallpaper">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
+ <item name="android:colorEdgeEffect">@color/edge_effect_color</item>
</style>
<!-- For the overflow popup window -->