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

Commit 7a750da6 authored by Walter Jang's avatar Walter Jang
Browse files

Adjust contact editor margins to match people list

Screenshots: go/b16964420
Bug: 16964420
Change-Id: I2305cb6063e82c615ed367e144f19327363aa9b1
parent 520b2e34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,19 +30,19 @@
        <View
            android:layout_height="match_parent"
            android:layout_width="0dip"
            android:layout_weight="2" />
            android:layout_weight="@integer/contact_list_space_layout_weight" />

        <fragment class="com.android.contacts.editor.ContactEditorFragment"
            android:id="@+id/contact_editor_fragment"
            android:layout_width="0dip"
            android:layout_weight="6"
            android:layout_weight="@integer/contact_list_card_layout_weight"
            android:layout_height="match_parent"/>

        <!-- Empty view to represent the right margin -->
        <View
            android:layout_height="match_parent"
            android:layout_width="0dip"
            android:layout_weight="2" />
            android:layout_weight="@integer/contact_list_space_layout_weight" />

    </LinearLayout>