summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
diff options
context:
space:
mode:
authorDoug Felt <dougfelt@google.com>2011-06-22 11:01:18 -0700
committerDoug Felt <dougfelt@google.com>2011-06-23 10:01:02 -0700
commit468d8afad2fb2cdad14aa9d8bac12a9122d9bbeb (patch)
treeabd09fe7cca7e6d2b58aec4b0da842dfdd45d38c /tests/BiDiTests/res/values
parentbd67cddd0d7b1f6e971228eeb883291875ba721f (diff)
downloadframeworks_base-468d8afad2fb2cdad14aa9d8bac12a9122d9bbeb.zip
frameworks_base-468d8afad2fb2cdad14aa9d8bac12a9122d9bbeb.tar.gz
frameworks_base-468d8afad2fb2cdad14aa9d8bac12a9122d9bbeb.tar.bz2
add TextView page to BiDiTests
Change-Id: If6ba2d7f96283041d254d6d53bb268d88fed2c74
Diffstat (limited to 'tests/BiDiTests/res/values')
-rw-r--r--tests/BiDiTests/res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml
index 16dc263..c0bbe94 100644
--- a/tests/BiDiTests/res/values/strings.xml
+++ b/tests/BiDiTests/res/values/strings.xml
@@ -38,4 +38,8 @@
<string name="hebrew_text">&#x05DD;&#x05DE;</string>
<string name="menu_add">Add</string>
<string name="menu_delete">Delete</string>
-</resources> \ No newline at end of file
+ <string name="textview_hebrew_text">&#x05DD;&#x05DE;ab?!</string>
+ <string name="textview_latin_text">ab&#x05DD;&#x05DE;?!</string>
+ <string name="textview_multiline_text">&#x05DD;&#x05DE;?!\nab?!</string>
+</resources>
+