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

Commit b6625673 authored by Evan Millar's avatar Evan Millar
Browse files

Fix padding around QuickContactBadge in ContactHeaderWidget

Change-Id: Ifc9162c5fb7794530705e1de1d42d19d6ed8a8f4
parent 7e1af37c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -23,10 +23,9 @@
    android:paddingRight="5dip">

    <android.widget.QuickContactBadge android:id="@+id/photo"
        android:layout_alignParentLeft="true"
        android:layout_gravity="center_vertical"
        android:layout_marginRight="10dip"
        android:layout_marginLeft="10dip"
        android:layout_marginRight="8dip"
        android:layout_marginLeft="-1dip"
        style="@*android:style/Widget.QuickContactBadge.WindowSmall" />
    />

@@ -60,7 +59,7 @@
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:maxLines="1"
            android:singleLine="true"
            android:ellipsize="end"
            android:layout_marginTop="-4dip"
        />