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

Commit 53ba30e3 authored by Katherine Kuan's avatar Katherine Kuan
Browse files

Remove white background on contact card

Bug: 5265190
Change-Id: Iaa2a69dc31c608523fb637d4d5902039ec4fbde7
parent 4548f2cd
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"/>