summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp-land
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-06-04 18:48:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-06-04 18:48:38 -0700
commit4188c89de608a13d383a339e9c054e67446e4938 (patch)
tree3e11bb24be3b8e59c4abd1f2d524d637192874f6 /res/layout-sw720dp-land
parent7b20d0709e1939456aaaa9639827b728d5c0a79d (diff)
parent25affe08433a1709ab49a42a2563894533000e1e (diff)
downloadpackages_apps_Contacts-4188c89de608a13d383a339e9c054e67446e4938.tar.gz
packages_apps_Contacts-4188c89de608a13d383a339e9c054e67446e4938.tar.bz2
packages_apps_Contacts-4188c89de608a13d383a339e9c054e67446e4938.zip
am 25affe08: am 15ad27b4: Fix RTL layout for 10" tablet in landscape mode.
* commit '25affe08433a1709ab49a42a2563894533000e1e': Fix RTL layout for 10" tablet in landscape mode.
Diffstat (limited to 'res/layout-sw720dp-land')
-rw-r--r--res/layout-sw720dp-land/people_activity.xml27
1 files changed, 7 insertions, 20 deletions
diff --git a/res/layout-sw720dp-land/people_activity.xml b/res/layout-sw720dp-land/people_activity.xml
index 371f5e0b6..1becbd19e 100644
--- a/res/layout-sw720dp-land/people_activity.xml
+++ b/res/layout-sw720dp-land/people_activity.xml
@@ -22,21 +22,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.android.contacts.widget.InterpolatingLayout
+ <LinearLayout
android:id="@+id/main_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:orientation="horizontal"
android:splitMotionEvents="true">
<FrameLayout
android:id="@+id/browse_view"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="match_parent"
+ android:layout_weight="1"
android:minWidth="100dip"
- ex:layout_narrowParentWidth="1000dip"
- ex:layout_narrowWidth="276dip"
- ex:layout_wideParentWidth="1280dip"
- ex:layout_wideWidth="376dip"
android:background="@drawable/list_background_holo"
android:visibility="gone">
@@ -58,14 +56,9 @@
<view
class="com.android.contacts.widget.TransitionAnimationView"
android:id="@+id/contact_details_view"
- android:layout_width="match_parent"
+ android:layout_width="0dp"
android:layout_height="match_parent"
- ex:layout_narrowParentWidth="800dip"
- ex:layout_narrowMarginLeft="0dip"
- ex:layout_narrowMarginRight="0dip"
- ex:layout_wideParentWidth="1280dip"
- ex:layout_wideMarginLeft="0dip"
- ex:layout_wideMarginRight="0dip"
+ android:layout_weight="2"
android:visibility="gone">
<!-- This layout includes all possible views needed for a contact detail page -->
@@ -89,12 +82,6 @@
android:id="@+id/group_details_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
- ex:layout_narrowParentWidth="800dip"
- ex:layout_narrowMarginLeft="0dip"
- ex:layout_narrowMarginRight="0dip"
- ex:layout_wideParentWidth="1280dip"
- ex:layout_wideMarginLeft="0dip"
- ex:layout_wideMarginRight="0dip"
android:visibility="gone">
<!-- This is the group detail page -->
@@ -145,7 +132,7 @@
</LinearLayout>
- </com.android.contacts.widget.InterpolatingLayout>
+ </LinearLayout>
<com.android.contacts.widget.InterpolatingLayout
android:id="@+id/contacts_unavailable_view"