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

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

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

* commit '8c452574':
  Corrects long name ellipsize for quick contact.
parents 67b85762 8c452574
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"