summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-07-15 16:46:44 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-07-15 17:05:11 -0700
commit54d69625558f401d5fe65309effb713d2ea06f54 (patch)
tree13f7cf823edff8399fc87476cf7de908da8cbdc9 /tests/BiDiTests/res/layout
parentc1df573aedd20e9ac862765d068cc4e8fcdda953 (diff)
downloadframeworks_base-54d69625558f401d5fe65309effb713d2ea06f54.zip
frameworks_base-54d69625558f401d5fe65309effb713d2ea06f54.tar.gz
frameworks_base-54d69625558f401d5fe65309effb713d2ea06f54.tar.bz2
Fix bug #4972141 Overlapping content in single-choice dialogs
- need to take care about padding resolution Change-Id: Ida9738ffada6c6455b7949f933fa61924c4f7961
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 d438b2c..348f8aa 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>
</FrameLayout> \ No newline at end of file