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

Commit 4e24159e authored by Yorke Lee's avatar Yorke Lee
Browse files

DO NOT MERGE Swap 9 patch for contact tiles

Tweak contact tile dimensions slightly

Bug: 13526106

Change-Id: I7ae82dc1815c95577c204dd6ed955d0bf1bc0dc3
parent 74af8088
Loading
Loading
Loading
Loading
+144 B
Loading image diff...
+138 B
Loading image diff...
+149 B
Loading image diff...
+1.02 KiB
Loading image diff...
+1 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:focusable="true"
        android:background="@drawable/ic_tile_for_recents_and_contact_tile">
        android:background="@drawable/ic_contacts_tiles">

        <com.android.contacts.common.widget.LayoutSuppressingImageView
            android:id="@+id/contact_tile_image"
@@ -72,7 +72,6 @@
                android:fontFamily="sans-serif"
                android:singleLine="true"
                android:textSize="11sp"
                android:paddingBottom="2dp"
                android:fadingEdge="horizontal"
                android:fadingEdgeLength="3dip"
                android:ellipsize="marquee"
Loading