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

Commit c1e3c680 authored by Christine Chen's avatar Christine Chen
Browse files

Corrects long name ellipsize for quick contact.

Bug: 11006469
Change-Id: I6ebaebbac6a2ae72429afc39278d32845391d2c7
parent 96421188
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -68,13 +68,13 @@
            android:clickable="true"/>
        <TextView
            android:id="@+id/name"
            android:layout_width="wrap_content"
            android:layout_width="match_parent"
            android:layout_height="42dip"
            android:layout_alignBottom="@id/photo"
            android:layout_alignLeft="@id/photo"
            android:layout_alignStart="@id/photo"
            android:layout_toLeftOf="@id/open_details_button"
            android:layout_toStartOf="@id/open_details_button"
            android:layout_toLeftOf="@id/quickcontact_star_button"
            android:layout_toStartOf="@id/quickcontact_star_button"
            android:gravity="center_vertical"
            android:paddingLeft="8dip"
            android:paddingStart="8dip"