diff options
author | Nicholas Chum <nicholaschum@gmail.com> | 2016-01-05 23:09:30 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-01-07 16:32:38 -0800 |
commit | 13a44f71429a7304f31c091be0775e9e1a2cd9b5 (patch) | |
tree | 4d22e2703e9322759ce7f0927aa82691d3f9f365 /packages/SystemUI/res/values | |
parent | b8d357d0740649dc3046da33b1f7918e196550b4 (diff) | |
download | frameworks_base-13a44f71429a7304f31c091be0775e9e1a2cd9b5.zip frameworks_base-13a44f71429a7304f31c091be0775e9e1a2cd9b5.tar.gz frameworks_base-13a44f71429a7304f31c091be0775e9e1a2cd9b5.tar.bz2 |
SystemUI: Expose Add Tiles DetailedView Title and Icon Color
Completely expose all QS Add Tiles DetailedView Texts and Icon tints
for the themer.
Change-Id: I02793acd749dcdf66a2c7fcacc4b79b89556ca01
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/cm_colors.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_colors.xml b/packages/SystemUI/res/values/cm_colors.xml index 5578741..cedeeee 100644 --- a/packages/SystemUI/res/values/cm_colors.xml +++ b/packages/SystemUI/res/values/cm_colors.xml @@ -97,4 +97,10 @@ <color name="play_button_text_color">#000000</color> <color name="zen_ic_close_tint_color">@android:color/white</color> <color name="header_debug_info_text_color">#00A040</color> + + <!-- QS Detailed View Text and Icon Colors --> + <color name="qs_detailed_default_text_color">@android:color/white</color> + <color name="qs_detailed_expansion_indicator_color">@color/qs_title_text_color</color> + <color name="qs_detailed_title_text_color">@color/qs_title_text_color</color> + <color name="qs_detailed_icon_tint_color">@color/qs_title_text_color</color> </resources> |