am d399cc97: Fix group list view on 10" tablet landscape mode.
* commit 'd399cc97c386014c7b7d47825202d5557c637258':
Fix group list view on 10" tablet landscape mode.
diff --git a/res/layout-sw680dp-land/people_activity.xml b/res/layout-sw680dp-land/people_activity.xml
index 1becbd1..c33f0fa 100644
--- a/res/layout-sw680dp-land/people_activity.xml
+++ b/res/layout-sw680dp-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 -->