summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/values
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-08-18 13:10:02 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-08-18 13:12:43 -0700
commitaf3e6d64d1b388d9f746e170f7934e292f6703a7 (patch)
treef994b61bbeb12238c701cb6ff13cdc87a4bbf1ca /tests/BiDiTests/res/values
parent4b60c30838fbd635964f1e79c057de5048dcc66f (diff)
downloadframeworks_base-af3e6d64d1b388d9f746e170f7934e292f6703a7.zip
frameworks_base-af3e6d64d1b388d9f746e170f7934e292f6703a7.tar.gz
frameworks_base-af3e6d64d1b388d9f746e170f7934e292f6703a7.tar.bz2
Update BiDiTest app
- add a default TextView Change-Id: I0ce92503204e370d9c928440cdd4876701c6c4cb
Diffstat (limited to 'tests/BiDiTests/res/values')
-rw-r--r--tests/BiDiTests/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml
index fde0ecf..b0809da 100644
--- a/tests/BiDiTests/res/values/strings.xml
+++ b/tests/BiDiTests/res/values/strings.xml
@@ -27,6 +27,7 @@
<string name="textview_text">This is a text for a TextView</string>
<string name="textview_ltr_text">This is a text for a LTR TextView</string>
<string name="textview_rtl_text">This is a text for a RTL TextView</string>
+ <string name="textview_default_text">This is a text for a default TextView</string>
<string name="edittext_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>
<string name="normal_text">Normal String</string>
<string name="normal_long_text">mmmmmmmmmmmmmmmmmmmmmmmm</string>