summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-07-02 23:36:27 +0200
committerRajesh Yengisetty <rajesh@cyngn.com>2014-08-06 16:38:04 +0000
commit2ce97880ca19ee79f7bafec4c44fb1aa9dce7c9c (patch)
tree465a195379605f29a2961eac6277f29294e424f9 /res/values
parent35adb26e56973506eab6b0140da573072ca06a34 (diff)
downloadandroid_packages_apps_Trebuchet-2ce97880ca19ee79f7bafec4c44fb1aa9dce7c9c.tar.gz
android_packages_apps_Trebuchet-2ce97880ca19ee79f7bafec4c44fb1aa9dce7c9c.tar.bz2
android_packages_apps_Trebuchet-2ce97880ca19ee79f7bafec4c44fb1aa9dce7c9c.zip
Trebuchet: Draw the dynamic grid image dynamically
This commits makes it possible to draw the image which previews the selected grid dynamically. Change-Id: I7c029f06110afdf1fe62145a079bba76166bb690
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 434cdf9e5..3ec8c73ba 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -43,4 +43,7 @@
<color name="settings_bg_header_color">#FFb2b0ab</color>
<color name="settings_bg_selected_color">#26000000</color>
<color name="settings_transition_selected_color">#50000000</color>
+
+ <color name="dynamic_grid_preview_background">#FFFFFFFF</color>
+ <color name="dynamic_grid_preview_foreground">#FF000000</color>
</resources>