summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout/table_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/table_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/table_layout_ltr.xml')
-rw-r--r--tests/BiDiTests/res/layout/table_layout_ltr.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/BiDiTests/res/layout/table_layout_ltr.xml b/tests/BiDiTests/res/layout/table_layout_ltr.xml
index f44de8e..8e1891e 100644
--- a/tests/BiDiTests/res/layout/table_layout_ltr.xml
+++ b/tests/BiDiTests/res/layout/table_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">
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
@@ -72,7 +72,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="1,2"
- android:horizontalDirection="inherit">
+ android:layoutDirection="inherit">
<TableRow>
<Button android:layout_height="wrap_content"
@@ -120,7 +120,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="1,2"
- android:horizontalDirection="ltr">
+ android:layoutDirection="ltr">
<TableRow>
<Button android:layout_height="wrap_content"
@@ -168,7 +168,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="1,2"
- android:horizontalDirection="rtl">
+ android:layoutDirection="rtl">
<TableRow>
<Button android:layout_height="wrap_content"