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

Commit 3477660b authored by John Ritz's avatar John Ritz Committed by Josh Guilfoyle
Browse files

Fixed issue ADDRBOOK-169 which required a change to the component's layout.

parent e8196893
Loading
Loading
Loading
Loading
+25 −25
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<merge
    xmlns:android="http://schemas.android.com/apk/res/android">

    <LinearLayout
		android:layout_width="0dp"
        android:layout_width="0sp"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:layout_weight="1.0">
        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
			android:layout_marginRight="8dp"
            android:layout_marginRight="8sp"
            android:id="@+id/icon1" />
        <TextView
            android:layout_width="wrap_content"
			android:layout_height="wrap_content"
            android:layout_height="fill_parent"
            android:gravity="center_vertical"
            android:lines="1"
            android:textAppearance="?android:attr/textAppearanceLabelListItemText"
			android:singleLine="true"
            android:id="@+id/itemLabelText" />
    </LinearLayout>
    <ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
		android:layout_marginLeft="8dp"
        android:layout_marginLeft="8sp"
        android:layout_gravity="right"
        android:id="@+id/icon2" />
</merge>