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

Commit 02a2a32c authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Remove white background on contact card"

parents 886e068c 53ba30e3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_above="@id/contact_quick_fix"
        android:layout_height="match_parent"
        android:background="@color/background_primary" >
        android:layout_height="match_parent" >

        <ImageView android:id="@+id/photo"
            android:scaleType="centerCrop"
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
        android:layout_height="0px"
        android:layout_weight="1"
        android:fadingEdge="none"
        android:background="@color/background_primary"
        android:divider="@null"/>

    <ScrollView android:id="@android:id/empty"
+0 −1
Original line number Diff line number Diff line
@@ -20,5 +20,4 @@
    android:id="@android:id/list"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/background_primary"
    android:divider="@null"/>