Project

General

Profile

Download (505 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / values / attr.xml @ 0a9adc31

1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3

    
4
<attr name="veryDarkC" format="reference|color" />
5
<attr name="darkC" format="reference|color" />
6
<attr name="normalC" format="reference|color" />
7
<attr name="mediumC" format="reference|color" />
8
<attr name="lightC" format="reference|color" />
9
<attr name="passedC" format="reference|color" />
10
<attr name="lightT" format="reference|color" />
11
<attr name="passedT" format="reference|color" />
12
<attr name="selectC" format="reference|color" />
13

    
14
</resources>
(1-1/4)