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

Commit 714ad52e authored by Paul Soulos's avatar Paul Soulos Committed by Android Git Automerger
Browse files

am 2e07da70: Line breaks are respected and text no longer overlaps secondary icons

* commit '2e07da70':
  Line breaks are respected and text no longer overlaps secondary icons
parents f2310adc 2e07da70
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