diff options
author | Randall Rushing <randall.rushing@gmail.com> | 2016-01-12 10:16:01 -0600 |
---|---|---|
committer | d34d <clark@cyngn.com> | 2016-01-18 12:45:18 -0800 |
commit | aa4a5662f7c4ea93bc5346415fc2e139acade573 (patch) | |
tree | ec336177ce0e490686d75d1aebe6d78a19f746c7 /packages/SystemUI/res/values | |
parent | b5dd079914e35128d775ff64fbaba40ee74f209a (diff) | |
download | frameworks_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.xml | 3 |
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> |