Adjust contact editor margins to match people list
Screenshots: go/b16964420
Bug: 16964420
Change-Id: I2305cb6063e82c615ed367e144f19327363aa9b1
diff --git a/res/layout-sw600dp-land/contact_editor_activity.xml b/res/layout-sw600dp-land/contact_editor_activity.xml
index 5c405d5..83ad4dd 100644
--- a/res/layout-sw600dp-land/contact_editor_activity.xml
+++ b/res/layout-sw600dp-land/contact_editor_activity.xml
@@ -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>