Set font size 20 for StorageItemPreference
To improve UX. Bug: 189390237 Test: manual visual Change-Id: Ice40b7c8c86f7f4c220d43fd7f4a035e6160e50d
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Subhead"
|
||||
android:textSize="20sp"
|
||||
android:textAlignment="viewStart"
|
||||
android:ellipsize="marquee"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
@@ -58,6 +59,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Body1"
|
||||
android:textSize="20sp"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:maxLines="10"
|
||||
app:layout_constraintBaseline_toBaselineOf="@android:id/title"
|
||||
|
||||
Reference in New Issue
Block a user