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

Commit 59a39432 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Change all contacts button to look like list item" into klp-dev

parents 759c264e fb34fdae
Loading
Loading
Loading
Loading
+514 B (1.1 KiB)
Loading image diff...
+567 B (1.04 KiB)
Loading image diff...
+520 B (1.2 KiB)
Loading image diff...
−83 B (1.35 KiB)
Loading image diff...
+2 −21
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<LinearLayout
<com.android.contacts.common.list.ContactListItemView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/show_all_contact_button"
    android:orientation="horizontal"
@@ -23,23 +23,4 @@
    android:layout_height="match_parent"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:gravity="center"
    android:background="?android:attr/selectableItemBackground"
    android:focusable="true">

    <ImageView
        android:layout_height="match_parent"
        android:layout_width="wrap_content"
        android:layout_gravity="center"
        android:src="@drawable/ic_menu_all_contacts_dk"
        android:layout_marginEnd="10dp"/>

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:textSize="14sp"
        android:ellipsize="marquee"
        android:singleLine="true"
        android:text="@string/show_all_contacts_button_text"
        android:textAlignment="center"
        android:gravity="center"/>
</LinearLayout>
 No newline at end of file
    android:focusable="true" />
 No newline at end of file
Loading