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

Commit b6d3b71b authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Use ellipsize middle

Change-Id: Ic4a2317c0823ea5db006169c8f0f1a496407f6e1
JIRA: CYAN-1925
Issue: https://jira.cyanogenmod.org/browse/CYAN-1925


Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 73b515c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
            android:id="@+id/history_item_name"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:ellipsize="end"
            android:singleLine="true"
            android:textAppearance="@style/primary_text_appearance" />

@@ -51,6 +52,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:ellipsize="middle"
            android:textAppearance="@style/secondary_text_appearance" />
    </LinearLayout>

+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
      android:layout_alignParentTop="true"
      android:layout_marginLeft="@dimen/default_margin"
      android:layout_marginTop="@dimen/default_margin"
      android:ellipsize="middle"
      android:singleLine="true"
      android:textAppearance="@style/primary_text_appearance" />

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
    android:layout_height="match_parent"
    android:layout_below="@id/navigation_view_item_icon"
    android:layout_toRightOf="@id/navigation_view_item_check"
    android:ellipsize="end"
    android:ellipsize="middle"
    android:gravity="center|center_vertical"
    android:maxLines="@integer/default_grid_item_text_max_lines"
    android:textAppearance="@style/secondary_text_appearance"
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
    android:layout_marginRight="@dimen/extra_margin"
    android:gravity="left|center_vertical"
    android:singleLine="true"
    android:ellipsize="middle"
    android:textAppearance="@style/primary_text_appearance" />

</LinearLayout>