Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <declare-styleable name="DrawTextTestView">
      4         <attr name="size" format="dimension" />
      5         <attr name="color" format="color" />
      6         <attr name="text" format="string" />
      7     </declare-styleable>
      8 </resources>