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

Commit 2e07da70 authored by Paul Soulos's avatar Paul Soulos
Browse files

Line breaks are respected and text no longer overlaps secondary icons

Bug: 16358219
Bug: 16488737
Change-Id: Iaa04d6bbb5a3e4544514ec5ed264c693711ec422
parent e7a11280
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
        android:layout_height="wrap_content"
        android:layout_alignParentTop="true"
        android:layout_toEndOf="@+id/icon"
        android:singleLine="true"
        android:layout_toStartOf="@+id/icon_alternate"
        android:textColor="@color/quickcontact_entry_header_text_color" />

    <TextView
@@ -49,6 +49,7 @@
        android:layout_height="wrap_content"
        android:layout_below="@+id/header"
        android:layout_toEndOf="@+id/icon_sub_header"
        android:layout_toStartOf="@+id/icon_alternate"
        android:textColor="@color/quickcontact_entry_sub_header_text_color" />

    <ImageView
@@ -66,6 +67,7 @@
        android:id="@+id/text"
        android:layout_below="@+id/sub_header"
        android:layout_toEndOf="@+id/icon_text"
        android:layout_toStartOf="@+id/icon_alternate"
        android:textColor="@color/quickcontact_entry_sub_header_text_color" />

    <ImageView