From c46f7ffa9079f3ae8a5204e7519ed7a1250116d0 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Mon, 6 Jun 2011 18:23:10 -0700 Subject: Rename atribute View horizontalDirection to layoutDirection and update unit tests - update before/after to start/end in unit test app Change-Id: Id7286ef5d9390540faf8ecd5f0b1c140d04bb364 --- tests/BiDiTests/res/layout/frame_layout_ltr.xml | 10 +++++----- tests/BiDiTests/res/layout/frame_layout_rtl.xml | 10 +++++----- tests/BiDiTests/res/layout/linear_layout_ltr.xml | 14 +++++++------- tests/BiDiTests/res/layout/linear_layout_rtl.xml | 14 +++++++------- tests/BiDiTests/res/layout/relative_layout_ltr.xml | 10 +++++----- tests/BiDiTests/res/layout/relative_layout_ltr_2.xml | 8 ++++---- tests/BiDiTests/res/layout/relative_layout_rtl.xml | 10 +++++----- tests/BiDiTests/res/layout/relative_layout_rtl_2.xml | 8 ++++---- tests/BiDiTests/res/layout/table_layout_ltr.xml | 8 ++++---- tests/BiDiTests/res/layout/table_layout_rtl.xml | 8 ++++---- 10 files changed, 50 insertions(+), 50 deletions(-) (limited to 'tests/BiDiTests/res/layout') diff --git a/tests/BiDiTests/res/layout/frame_layout_ltr.xml b/tests/BiDiTests/res/layout/frame_layout_ltr.xml index bd324e3..61fd06e 100644 --- a/tests/BiDiTests/res/layout/frame_layout_ltr.xml +++ b/tests/BiDiTests/res/layout/frame_layout_ltr.xml @@ -18,7 +18,7 @@ android:id="@+id/frame_layout_ltr" android:layout_width="match_parent" android:layout_height="match_parent" - android:horizontalDirection="ltr" + android:layoutDirection="ltr" android:background="#FF000000"> diff --git a/tests/BiDiTests/res/layout/frame_layout_rtl.xml b/tests/BiDiTests/res/layout/frame_layout_rtl.xml index 814f5e1..598b41a 100644 --- a/tests/BiDiTests/res/layout/frame_layout_rtl.xml +++ b/tests/BiDiTests/res/layout/frame_layout_rtl.xml @@ -18,7 +18,7 @@ android:id="@+id/frame_layout_ltr" android:layout_width="match_parent" android:layout_height="match_parent" - android:horizontalDirection="rtl" + android:layoutDirection="rtl" android:background="#FF000000"> diff --git a/tests/BiDiTests/res/layout/linear_layout_ltr.xml b/tests/BiDiTests/res/layout/linear_layout_ltr.xml index c5a8d47..d4386f2 100644 --- a/tests/BiDiTests/res/layout/linear_layout_ltr.xml +++ b/tests/BiDiTests/res/layout/linear_layout_ltr.xml @@ -19,7 +19,7 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:horizontalDirection="ltr"> + android:layoutDirection="ltr"> + android:layoutDirection="inherit">