From e1b74ec3184b024fa3a41e640d2e9f5dd6c9cefb Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 4 Jun 2014 15:51:41 -0700 Subject: [PATCH] Change preference category text color for quantum Use the colorAccent theme attribute. Bug: 15384941 Change-Id: I9f98868313caf30a9658eadede23687f2eca5c9c --- core/res/res/layout/preference_category_quantum.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/res/res/layout/preference_category_quantum.xml b/core/res/res/layout/preference_category_quantum.xml index 032e09d8af35f..9dd0d86250613 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" />