summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-04-13 16:07:37 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-04-15 19:39:47 -0700
commit689e515ed2b8064c15e54d8ab69d87de54c5e0d6 (patch)
tree92c6b436a8c4e7d6b76286f076aa2b0f6bd50648 /tests/BiDiTests/res/values
parent0343a7eb6d7cd2bd44dabe5119e2366e84427c93 (diff)
downloadframeworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.zip
frameworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.tar.gz
frameworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.tar.bz2
Add Unicode BiDi Algo before drawing text in Canvas
- only for temporary API - update BiDiTest Change-Id: Ifd445799dc0fda4da896246e41978cd8d71aa035
Diffstat (limited to 'tests/BiDiTests/res/values')
-rw-r--r--tests/BiDiTests/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml
index 632a02e..d20600e 100644
--- a/tests/BiDiTests/res/values/strings.xml
+++ b/tests/BiDiTests/res/values/strings.xml
@@ -20,9 +20,10 @@
<string name="normal_long_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
<string name="normal_long_text_2">nnnnnnnnnnnnnnnnnnnnnnnn</string>
<string name="normal_long_text_3">Notify me when an open network is available</string>
- <string name="arabic_text">&#x0644;&#x0627;</string>
+ <string name="arabic_text">&#x0644;&#x0627; &#x0627;&#x0646;&#x0627; hello world</string>
<string name="chinese_text">利比亚局势或影响美俄关系发展</string>
<string name="italic_text">Italic String</string>
<string name="bold_text">Bold String - other text</string>
<string name="bold_italic_text">Bold Italic String</string>
+ <string name="mixed_text_1">he said in Arabic: &#x0644;&#x0627;. Wow this is cool</string>
</resources> \ No newline at end of file