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

Commit fb34fdae authored by Yorke Lee's avatar Yorke Lee
Browse files

Change all contacts button to look like list item

Rewrite layout of all contacts button to look like a regular
contact list item.

Update list default avatar background

Bug: 11654293
Bug: 11668831
Change-Id: Iafa8f69e618b39eabf823cafd8153ed24ddbdfbd
parent c3cb63b6
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