summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-06-04 23:44:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-04 23:44:30 +0000
commitf12d4afb85d0f8e5570c5237fde88bcd7c29cb03 (patch)
treef13f45593598c7480469ff5a6af59bd9091b6335
parent2ac6c4331204d5a0ae669ae760da243d11d39963 (diff)
parente1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb (diff)
downloadframeworks_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.xml3
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" />