themes.xml revision 9d9cc6233c7035c32d3b8622aa5dc7d413193dc7
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