diff options
author | Walter Jang <wjang@google.com> | 2014-10-15 21:10:39 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 21:10:39 +0000 |
commit | 890700521f639ff2282d130281853e55564fc29c (patch) | |
tree | 2eeaed8e720dfcc00ecb84d7bce5febf393bdbc2 /res | |
parent | 0b476490cda7c565b5cee49cb630429247eddebb (diff) | |
parent | 116065b8887804aa39846add2b93d1b306a57b01 (diff) | |
download | packages_apps_Contacts-890700521f639ff2282d130281853e55564fc29c.tar.gz packages_apps_Contacts-890700521f639ff2282d130281853e55564fc29c.tar.bz2 packages_apps_Contacts-890700521f639ff2282d130281853e55564fc29c.zip |
am 116065b8: am 0c749a9f: am 7a750da6: Adjust contact editor margins to match people list
* commit '116065b8887804aa39846add2b93d1b306a57b01':
Adjust contact editor margins to match people list
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-sw600dp-land/contact_editor_activity.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-sw600dp-land/contact_editor_activity.xml b/res/layout-sw600dp-land/contact_editor_activity.xml index 5c405d540..83ad4ddcb 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> |