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

Commit cb11ce6b authored by Edgar Wang's avatar Edgar Wang Committed by Automerger Merge Worker
Browse files

Merge "Allow the title of preference display in 2 lines" into sc-dev am: a51e1eff

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14880636

Change-Id: I027d44b42e83cffbe4b942e851f2071bddabf1c6
parents fe241d94 a51e1eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
            android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:maxLines="2"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:ellipsize="marquee"/>

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:maxLines="2"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:ellipsize="marquee"/>

+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
                android:id="@android:id/title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:maxLines="2"
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:ellipsize="marquee" />

+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@
                android:id="@android:id/title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:singleLine="true"
                android:maxLines="2"
                android:textAppearance="?android:attr/textAppearanceListItem"
                android:ellipsize="marquee" />

+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
        <TextView android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:maxLines="2"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:ellipsize="marquee" />