summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-06-02 10:55:58 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-06-02 10:55:58 -0700
commit88f9fd2316d764e792a84c43aef67816ac02ef14 (patch)
tree5cea301b219188e8e667629fdd0d85d7476bcb64 /tests/BiDiTests/res/values
parent52ae3f345bff3cc4209faa441c25be0b713ff6b4 (diff)
downloadframeworks_base-88f9fd2316d764e792a84c43aef67816ac02ef14.zip
frameworks_base-88f9fd2316d764e792a84c43aef67816ac02ef14.tar.gz
frameworks_base-88f9fd2316d764e792a84c43aef67816ac02ef14.tar.bz2
Add more unit tests for RTL layouts
- update LinearLayout tests with default case (no horizontalDirection specified) - add TableLayout tests Change-Id: I9ad2239fca96b896c5aae4dfe67b8113faf2f96e
Diffstat (limited to 'tests/BiDiTests/res/values')
-rw-r--r--tests/BiDiTests/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml
index 3795d4b..5af7a27 100644
--- a/tests/BiDiTests/res/values/strings.xml
+++ b/tests/BiDiTests/res/values/strings.xml
@@ -16,6 +16,10 @@
<string name="button_text">Button</string>
<string name="button1_text">Button1</string>
<string name="button2_text">Button2</string>
+ <string name="button3_text">Button3</string>
+ <string name="button4_text">Button4</string>
+ <string name="button5_text">Button5</string>
+ <string name="button6_text">Button6</string>
<string name="button_requestlayout_text">Request Layout</string>
<string name="textview_text">This is a text for a TextView</string>
<string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>