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

Commit c9b71020 authored by Christine Chen's avatar Christine Chen Committed by Android (Google) Code Review
Browse files

Merge "Corrects long name ellipsize for quick contact." into klp-dev

parents b20f0928 c1e3c680
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"