Merge "use android:textAppearanceListItem to replace Preference subhead"

This commit is contained in:
TreeHugger Robot
2019-01-09 17:58:44 +00:00
committed by Android (Google) Code Review

View File

@@ -63,7 +63,7 @@ instead of an ImageView -->
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:textAppearance="@style/Preference_TextAppearanceMaterialSubhead"
android:textAppearance="?android:attr/textAppearanceListItem"
android:ellipsize="marquee" />
<RelativeLayout