Fabrice Di Meglio c6f247ca31 Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing
Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c
2011-07-18 15:59:10 -07:00

8 lines
274 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="DrawTextTestView">
<attr name="size" format="dimension" />
<attr name="color" format="color" />
<attr name="text" format="string" />
</declare-styleable>
</resources>