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

Commit 578affca authored by Arc Wang's avatar Arc Wang
Browse files

Set font size 20 for StorageItemPreference

To improve UX.

Bug: 189390237
Test: manual visual
Change-Id: Ice40b7c8c86f7f4c220d43fd7f4a035e6160e50d
parent 3940e529
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"