summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BiDiTests/res/layout')
-rw-r--r--tests/BiDiTests/res/layout/canvas2.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/BiDiTests/res/layout/canvas2.xml b/tests/BiDiTests/res/layout/canvas2.xml
index 2513c94..b3e038f 100644
--- a/tests/BiDiTests/res/layout/canvas2.xml
+++ b/tests/BiDiTests/res/layout/canvas2.xml
@@ -27,36 +27,39 @@
<TextView
android:text="@string/ltr"
+ android:textSize="40dip"
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
- <com.android.bidi.DrawTextTestView
+ <com.android.bidi.BiDiTestViewDrawText
local:text="@string/ltr"
android:layout_width="fill_parent"
- android:layout_height="40dp" />
+ android:layout_height="64dp" />
<TextView
android:text="@string/rtl"
+ android:textSize="40dip"
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
- <com.android.bidi.DrawTextTestView
+ <com.android.bidi.BiDiTestViewDrawText
local:text="@string/rtl"
android:layout_width="fill_parent"
- android:layout_height="40dp" />
+ android:layout_height="64dp" />
<TextView
android:text="@string/composing"
+ android:textSize="40dip"
android:gravity="center"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
- <com.android.bidi.DrawTextTestView
+ <com.android.bidi.BiDiTestViewDrawText
local:text="@string/composing"
android:layout_width="fill_parent"
- android:layout_height="40dp" />
+ android:layout_height="64dp" />
</LinearLayout>