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

Commit 8c452574 authored by Christine Chen's avatar Christine Chen Committed by Android Git Automerger
Browse files

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

* commit 'c9b71020':
  Corrects long name ellipsize for quick contact.
parents 3e693f9f c9b71020
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"