Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 466be8d6 authored by Arc Wang's avatar Arc Wang Committed by Android (Google) Code Review
Browse files

Merge "Set font size 20 for StorageItemPreference" into sc-dev

parents 3d949974 578affca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"