Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources>
      3     <attr name="attr1" format="integer" />
      4 
      5     <style name="Theme">
      6         <item name="com.android.test.basic:attr1">700</item>
      7     </style>
      8 </resources>
      9