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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user