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

Commit da48a9aa authored by Steve McKay's avatar Steve McKay
Browse files

Only ellipsize at end of strings.

Bug: 27339484, 27338617
Change-Id: I5e908c862cf9d6a2ba0c7552434914f18fbab716
parent 0ffd49cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
            android:id="@android:id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:ellipsize="middle"
            android:ellipsize="end"
            android:singleLine="true"
            android:textAlignment="viewStart"
            android:textAppearance="@android:style/TextAppearance.Material.Subhead"
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
            android:layout_alignParentTop="true"
            android:layout_toEndOf="@id/icon_mime_sm"
            android:singleLine="true"
            android:ellipsize="middle"
            android:ellipsize="end"
            android:textAlignment="viewStart"
            android:textAppearance="@android:style/TextAppearance.Material.Subhead"
            android:textColor="@*android:color/primary_text_default_material_light" />
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
                android:layout_width="wrap_content"
                android:layout_height="0dp"
                android:layout_weight="1"
                android:ellipsize="middle"
                android:ellipsize="end"
                android:singleLine="true"
                android:textAlignment="viewStart"
                android:textAppearance="@android:style/TextAppearance.Material.Subhead"
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:singleLine="true"
        android:ellipsize="middle"
        android:ellipsize="end"
        android:textAlignment="viewStart"
        android:textAppearance="@android:style/TextAppearance.Material.Subhead"
        android:textColor="?android:attr/textColorPrimary" />
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:ellipsize="middle"
        android:ellipsize="end"
        android:textAlignment="viewStart"
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" />