diff options
author | Amith Yamasani <yamasani@google.com> | 2014-06-04 23:44:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-04 23:44:30 +0000 |
commit | f12d4afb85d0f8e5570c5237fde88bcd7c29cb03 (patch) | |
tree | f13f45593598c7480469ff5a6af59bd9091b6335 | |
parent | 2ac6c4331204d5a0ae669ae760da243d11d39963 (diff) | |
parent | e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb (diff) | |
download | frameworks_base-f12d4afb85d0f8e5570c5237fde88bcd7c29cb03.zip frameworks_base-f12d4afb85d0f8e5570c5237fde88bcd7c29cb03.tar.gz frameworks_base-f12d4afb85d0f8e5570c5237fde88bcd7c29cb03.tar.bz2 |
Merge "Change preference category text color for quantum"
-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" /> |