From c6f247ca31e5d4a9cc9d130cfb0abd5657176303 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Fri, 15 Jul 2011 19:18:59 -0700 Subject: Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c --- tests/BiDiTests/res/layout/canvas2.xml | 63 ++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tests/BiDiTests/res/layout/canvas2.xml (limited to 'tests/BiDiTests/res/layout') diff --git a/tests/BiDiTests/res/layout/canvas2.xml b/tests/BiDiTests/res/layout/canvas2.xml new file mode 100644 index 0000000..2513c94 --- /dev/null +++ b/tests/BiDiTests/res/layout/canvas2.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1