diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-06-11 15:28:36 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-11 15:28:36 -0700 |
commit | e1f32cf6a1056f8be19b18c81c121d7f210f6c7a (patch) | |
tree | 2ab2c009cc94803d2be6db26e35806239520b4a0 /res/layout-sw720dp-land | |
parent | 2ee6fc65469049ab4db891ef259ddd0ed33e9dbe (diff) | |
parent | f463cbe24d01a8a689585b74f82433a0c0f4e7d3 (diff) | |
download | packages_apps_Contacts-e1f32cf6a1056f8be19b18c81c121d7f210f6c7a.tar.gz packages_apps_Contacts-e1f32cf6a1056f8be19b18c81c121d7f210f6c7a.tar.bz2 packages_apps_Contacts-e1f32cf6a1056f8be19b18c81c121d7f210f6c7a.zip |
am f463cbe2: am d399cc97: Fix group list view on 10" tablet landscape mode.
* commit 'f463cbe24d01a8a689585b74f82433a0c0f4e7d3':
Fix group list view on 10" tablet landscape mode.
Diffstat (limited to 'res/layout-sw720dp-land')
-rw-r--r-- | res/layout-sw720dp-land/people_activity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw720dp-land/people_activity.xml b/res/layout-sw720dp-land/people_activity.xml index 1becbd19e..c33f0fa65 100644 --- a/res/layout-sw720dp-land/people_activity.xml +++ b/res/layout-sw720dp-land/people_activity.xml @@ -34,7 +34,6 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" - android:minWidth="100dip" android:background="@drawable/list_background_holo" android:visibility="gone"> @@ -80,8 +79,9 @@ <view class="com.android.contacts.widget.TransitionAnimationView" android:id="@+id/group_details_view" - android:layout_width="match_parent" + android:layout_width="0dip" android:layout_height="match_parent" + android:layout_weight="2" android:visibility="gone"> <!-- This is the group detail page --> |