From fd0b623c33393ba3144c5375380ea076469b67f9 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Fri, 5 Aug 2011 15:04:12 -0700 Subject: Update BiDi unit tests - update basic layout for having LTR and RTL TextView Change-Id: Ic4cc6c27d431fe69bb62c55cd76a46ea6e241b4d --- tests/BiDiTests/res/layout/basic.xml | 21 ++++++++++++++++++--- tests/BiDiTests/res/values/strings.xml | 2 ++ 2 files changed, 20 insertions(+), 3 deletions(-) (limited to 'tests/BiDiTests') diff --git a/tests/BiDiTests/res/layout/basic.xml b/tests/BiDiTests/res/layout/basic.xml index ed91c49..18f193e 100644 --- a/tests/BiDiTests/res/layout/basic.xml +++ b/tests/BiDiTests/res/layout/basic.xml @@ -34,17 +34,32 @@ android:textSize="32dip" /> - - + + + + diff --git a/tests/BiDiTests/res/values/strings.xml b/tests/BiDiTests/res/values/strings.xml index 1f6be7f..f4ce0f7 100644 --- a/tests/BiDiTests/res/values/strings.xml +++ b/tests/BiDiTests/res/values/strings.xml @@ -25,6 +25,8 @@ Request Layout AlertDialog This is a text for a TextView + This is a text for a LTR TextView + This is a text for a RTL TextView mmmmmmmmmmmmmmmmmmmmmmmm Normal String mmmmmmmmmmmmmmmmmmmmmmmm -- cgit v1.1