summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-02-02 13:16:51 -0800
committerFabrice Di Meglio <fdimeglio@google.com>2012-02-02 13:16:51 -0800
commit2b9ac31db45e71807f74646ebd514228244fc120 (patch)
tree82bbd8fa4a98b98031c19aa69b8ff7c4b1893662 /tests/BiDiTests/res/layout
parentcf0c7d1031ea213c1b728aca972522afcd4a92c3 (diff)
downloadframeworks_base-2b9ac31db45e71807f74646ebd514228244fc120.zip
frameworks_base-2b9ac31db45e71807f74646ebd514228244fc120.tar.gz
frameworks_base-2b9ac31db45e71807f74646ebd514228244fc120.tar.bz2
Update BiDiTest app
- update basic layout for being scrollable - add more test strings Change-Id: Iec1b495619cdd76639f127fb1ac4e4f41d0726d8
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r--tests/BiDiTests/res/layout/basic.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/layout/basic.xml b/tests/BiDiTests/res/layout/basic.xml
index f503658..7d4d4db 100644
--- a/tests/BiDiTests/res/layout/basic.xml
+++ b/tests/BiDiTests/res/layout/basic.xml
@@ -19,6 +19,10 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
+ <ScrollView
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
<LinearLayout android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -131,4 +135,6 @@
</LinearLayout>
+ </ScrollView>
+
</FrameLayout>