summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-07-15 17:51:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-15 17:51:46 -0700
commit9c83011005349f2f0ebefb47c8ea7fc4bb5a07f7 (patch)
treeb5a33b89deba6b602e0820b410c0bc1f9f7de886 /tests/BiDiTests/res/layout
parent170626b2bafe4b708aab043313867a66d5e6b972 (diff)
parent54d69625558f401d5fe65309effb713d2ea06f54 (diff)
downloadframeworks_base-9c83011005349f2f0ebefb47c8ea7fc4bb5a07f7.zip
frameworks_base-9c83011005349f2f0ebefb47c8ea7fc4bb5a07f7.tar.gz
frameworks_base-9c83011005349f2f0ebefb47c8ea7fc4bb5a07f7.tar.bz2
Merge "Fix bug #4972141 Overlapping content in single-choice dialogs"
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r--tests/BiDiTests/res/layout/basic.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/BiDiTests/res/layout/basic.xml b/tests/BiDiTests/res/layout/basic.xml
index c1ebd20..ed91c49 100644
--- a/tests/BiDiTests/res/layout/basic.xml
+++ b/tests/BiDiTests/res/layout/basic.xml
@@ -49,6 +49,12 @@
</LinearLayout>
+ <Button android:id="@+id/button_alert_dialog"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:text="@string/button_alert_dialog_text"
+ android:textSize="32dip"
+ />
</LinearLayout>
<LinearLayout
@@ -79,4 +85,4 @@
</LinearLayout>
</LinearLayout>
-</FrameLayout> \ No newline at end of file
+</FrameLayout>