1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 <public name="background" type="attr" id="0x01010000"/> 4 <public name="foreground" type="attr" id="0x01010001"/> 5 <public name="Theme.One" type="style" id="0x01020000"/> 6 7 <attr name="background" format="color|reference"/> 8 <attr name="foreground" format="color|reference"/> 9 <style name="Theme.One" parent=""> 10 <item name="android:background">#ff0000</item> 11 <item name="android:foreground">#000000</item> 12 </style> 13 </resources> 14