Merge "Set font size 20 for StorageItemPreference" into sc-dev am: 466be8d6fe
am: b8940dc2c1
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14831293 Change-Id: I3610512eaaabf39600bcfd4f35997f63c469dc0a
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user