summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout/linear_layout_ltr.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-06-06 18:23:10 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-06-07 14:21:31 -0700
commitc46f7ffa9079f3ae8a5204e7519ed7a1250116d0 (patch)
tree627572fff083f36ef56c8f3c1c10b9b5cafac264 /tests/BiDiTests/res/layout/linear_layout_ltr.xml
parentfd65e00d629a58077eba18a9414a60f6bc3d0336 (diff)
downloadframeworks_base-c46f7ffa9079f3ae8a5204e7519ed7a1250116d0.zip
frameworks_base-c46f7ffa9079f3ae8a5204e7519ed7a1250116d0.tar.gz
frameworks_base-c46f7ffa9079f3ae8a5204e7519ed7a1250116d0.tar.bz2
Rename atribute View horizontalDirection to layoutDirection and update unit tests
- update before/after to start/end in unit test app Change-Id: Id7286ef5d9390540faf8ecd5f0b1c140d04bb364
Diffstat (limited to 'tests/BiDiTests/res/layout/linear_layout_ltr.xml')
-rw-r--r--tests/BiDiTests/res/layout/linear_layout_ltr.xml14
1 files changed, 7 insertions, 7 deletions
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">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
@@ -51,7 +51,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="inherit">
+ android:layoutDirection="inherit">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -78,7 +78,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="ltr">
+ android:layoutDirection="ltr">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -105,7 +105,7 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="rtl">
+ android:layoutDirection="rtl">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -132,7 +132,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="inherit">
+ android:layoutDirection="inherit">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -159,7 +159,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="ltr">
+ android:layoutDirection="ltr">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"
@@ -186,7 +186,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:horizontalDirection="rtl">
+ android:layoutDirection="rtl">
<Button android:layout_height="wrap_content"
android:layout_width="wrap_content"