diff options
author | Amith Yamasani <yamasani@google.com> | 2014-06-04 15:51:41 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2014-06-04 15:51:41 -0700 |
commit | e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb (patch) | |
tree | 36c6e8880dab445dfedaf3bf93e31606e5fcb828 /core | |
parent | 0dcecc1cab9e0586ccc4725a2dab068e78207387 (diff) | |
download | frameworks_base-e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb.zip frameworks_base-e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb.tar.gz frameworks_base-e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb.tar.bz2 |
Change preference category text color for quantum
Use the colorAccent theme attribute.
Bug: 15384941
Change-Id: I9f98868313caf30a9658eadede23687f2eca5c9c
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/layout/preference_category_quantum.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/layout/preference_category_quantum.xml b/core/res/res/layout/preference_category_quantum.xml index 032e09d..9dd0d86 100644 --- a/core/res/res/layout/preference_category_quantum.xml +++ b/core/res/res/layout/preference_category_quantum.xml @@ -21,8 +21,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="16dip" android:textAppearance="@style/TextAppearance.Quantum.Body2" - android:textColor="?android:attr/textColorSecondary" - android:textStyle="bold" + android:textColor="?android:attr/colorAccent" android:paddingStart="?attr/listPreferredItemPaddingStart" android:paddingEnd="?attr/listPreferredItemPaddingEnd" android:paddingTop="16dip" /> |