Merge "Set font size 20 for StorageItemPreference" into sc-dev am: 466be8d6fe am: b8940dc2c1 am: 990656ee7e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14831293

Change-Id: I1b2ba3d060de5c18d83bc881abdc91e577cd6d0f
This commit is contained in:
Arc Wang
2021-06-04 06:58:08 +00:00
committed by Automerger Merge Worker

View File

@@ -47,6 +47,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:singleLine="true" android:singleLine="true"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"
android:textSize="20sp"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:ellipsize="marquee" android:ellipsize="marquee"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
@@ -58,6 +59,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textAlignment="viewStart" android:textAlignment="viewStart"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body1" android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body1"
android:textSize="20sp"
android:textColor="?android:attr/textColorSecondary" android:textColor="?android:attr/textColorSecondary"
android:maxLines="10" android:maxLines="10"
app:layout_constraintBaseline_toBaselineOf="@android:id/title" app:layout_constraintBaseline_toBaselineOf="@android:id/title"