summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2010-04-01 15:46:27 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-05-20 16:23:36 -0700
commit1e4cfbeba54898373c852097d1519a1d966c0854 (patch)
tree5f67e101f693fca090ff6c8b49cc3cfde16831b1 /tests/BiDiTests/res/values
parent1714c21c15b83e555cb6cd47019145eecf5e8871 (diff)
downloadframeworks_base-1e4cfbeba54898373c852097d1519a1d966c0854.zip
frameworks_base-1e4cfbeba54898373c852097d1519a1d966c0854.tar.gz
frameworks_base-1e4cfbeba54898373c852097d1519a1d966c0854.tar.bz2
RTL Ordering of visual elements in LinearLayout
- also update unit tests for testing LinearLayout Change-Id: I0794d48c45a8fd4a899fdf6f6a1d05485b416e1a
Diffstat (limited to 'tests/BiDiTests/res/values')
-rw-r--r--tests/BiDiTests/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml
index c272df1..3795d4b 100644
--- a/tests/BiDiTests/res/values/strings.xml
+++ b/tests/BiDiTests/res/values/strings.xml
@@ -14,6 +14,9 @@
-->
<resources>
<string name="button_text">Button</string>
+ <string name="button1_text">Button1</string>
+ <string name="button2_text">Button2</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>
<string name="normal_text">Normal String</string>