From 15ad27b4b981c4808e1fa155e0cc74574c13a586 Mon Sep 17 00:00:00 2001 From: Chiao Cheng Date: Tue, 4 Jun 2013 14:10:39 -0700 Subject: Fix RTL layout for 10" tablet in landscape mode. The main layout was using the InterpolatingLayout which does not properly support RTL. In this particular case, the features of the InterpolatingLayout is not used and can be replaced with a standard LinearLayout. Bug: 9261442 Change-Id: Ie49a975d83287e1939b3449559db7f6290082865 --- res/layout-sw680dp-land/people_activity.xml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'res') diff --git a/res/layout-sw680dp-land/people_activity.xml b/res/layout-sw680dp-land/people_activity.xml index 371f5e0b6..1becbd19e 100644 --- a/res/layout-sw680dp-land/people_activity.xml +++ b/res/layout-sw680dp-land/people_activity.xml @@ -22,21 +22,19 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - @@ -58,14 +56,9 @@ @@ -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"> @@ -145,7 +132,7 @@ - +