frameworks/base/tests/BiDiTests/res/values/attrs.xml

8 lines
274 B
XML
Raw Normal View History

2025-08-25 08:17:13 +08:00
<?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>