Update the preference category title text color.

Change the title color to colorAccent to be more visible.

Change-Id: Ia284fe7a17f3e769ebe97ad87f46b426942c39e8
Fix: 34978404
Test: Visual
This commit is contained in:
Doris Ling
2017-02-06 16:17:05 -08:00
parent 99f0b44440
commit d0a400b21b

View File

@@ -50,7 +50,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@android:style/TextAppearance.Material.Body2"
android:textColor="?android:attr/textColorPrimary"
android:textColor="?android:attr/colorAccent"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"/>
<TextView
android:id="@android:id/summary"