summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout/main.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-06-10 14:19:18 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-06-10 14:30:32 -0700
commit26e432d25f2ba199ae8b762fc68da8463389dd9b (patch)
tree3780992b8f91a23087f85fcb1eef069fe9b02927 /tests/BiDiTests/res/layout/main.xml
parent6b6091a14032c02ce2ba5600a651166ac0102290 (diff)
downloadframeworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.zip
frameworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.tar.gz
frameworks_base-26e432d25f2ba199ae8b762fc68da8463389dd9b.tar.bz2
Make View respect LAYOUT_DIRECTION_LOCALE
- update also unit tests for taking care of the locale direction - code formatting on the layout test files Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
Diffstat (limited to 'tests/BiDiTests/res/layout/main.xml')
-rw-r--r--tests/BiDiTests/res/layout/main.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/tests/BiDiTests/res/layout/main.xml b/tests/BiDiTests/res/layout/main.xml
index e39d1d6..eb73d44 100644
--- a/tests/BiDiTests/res/layout/main.xml
+++ b/tests/BiDiTests/res/layout/main.xml
@@ -15,26 +15,26 @@
-->
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/tabhost"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:id="@android:id/tabhost"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
<LinearLayout
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:padding="5dp">
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="5dp">
<TabWidget
- android:id="@android:id/tabs"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ android:id="@android:id/tabs"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"/>
<FrameLayout
- android:id="@android:id/tabcontent"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:padding="5dp" />
+ android:id="@android:id/tabcontent"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="5dp"/>
</LinearLayout>