summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorRandall Rushing <randall.rushing@gmail.com>2016-01-12 10:16:01 -0600
committerd34d <clark@cyngn.com>2016-01-18 12:45:18 -0800
commitaa4a5662f7c4ea93bc5346415fc2e139acade573 (patch)
treeec336177ce0e490686d75d1aebe6d78a19f746c7 /packages/SystemUI/res/values
parentb5dd079914e35128d775ff64fbaba40ee74f209a (diff)
downloadframeworks_base-aa4a5662f7c4ea93bc5346415fc2e139acade573.zip
frameworks_base-aa4a5662f7c4ea93bc5346415fc2e139acade573.tar.gz
frameworks_base-aa4a5662f7c4ea93bc5346415fc2e139acade573.tar.bz2
Themes: Expose volume slider and thumb colors and make them work with custom images.
Credit Bryan Owens for giving guidance on what was needed. Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: I862008d1b433666333a4c77904b44a05e70472a2
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/cm_colors.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_colors.xml b/packages/SystemUI/res/values/cm_colors.xml
index ec1da61..85b3d58 100644
--- a/packages/SystemUI/res/values/cm_colors.xml
+++ b/packages/SystemUI/res/values/cm_colors.xml
@@ -113,4 +113,7 @@
<!-- Quick tile text color when the tile is disabled -->
<color name="qs_tile_text_disabled">#ff747474</color>
+
+ <!-- Active color for volume slider -->
+ <color name="volume_slider_active">@color/system_accent_color</color>
</resources>