diff options
author | Dave Kover <kover@cyngn.com> | 2016-03-02 14:21:48 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-03-03 10:36:22 -0800 |
commit | 32db916cece0dd8bea184207f6c4779d20ab3c99 (patch) | |
tree | d60b51685ff7dfdcee2568ebf40b4de5327ac175 /res/layout/single_button_panel.xml | |
parent | 523ede8ed8068afbac324d58deb6d44fa1b9f413 (diff) | |
download | packages_apps_Settings-32db916cece0dd8bea184207f6c4779d20ab3c99.zip packages_apps_Settings-32db916cece0dd8bea184207f6c4779d20ab3c99.tar.gz packages_apps_Settings-32db916cece0dd8bea184207f6c4779d20ab3c99.tar.bz2 |
Better expose text color for single button panel button
When we did the original expose pass for 13.0, we lumped too many
values into the same custom color. Let's give this button text color its
own value so that it can be themed individually from other instances of
text_color_white.
Change-Id: I4b76633eee6ebcb0f560ff527f081fa80c16850a
Ticket: CYNGNOS-2179
Diffstat (limited to 'res/layout/single_button_panel.xml')
-rwxr-xr-x | res/layout/single_button_panel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/single_button_panel.xml b/res/layout/single_button_panel.xml index b01046c..fa90144 100755 --- a/res/layout/single_button_panel.xml +++ b/res/layout/single_button_panel.xml @@ -35,7 +35,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:backgroundTint="@color/single_button_panel_color" - android:textColor="@color/text_color_white" /> + android:textColor="@color/single_button_panel_button_text_color" /> <Space android:layout_width="0dip" android:layout_height="wrap_content" |