mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
XML
13 lines
440 B
XML
14 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<color name="importance_1">#ffff5555</color>
|
||
|
<color name="importance_2">#fffea400</color>
|
||
|
<color name="importance_3">#ff33a5e8</color>
|
||
|
<color name="importance_4">#ff808080</color>
|
||
|
<color name="importance_5">#ff505050</color>
|
||
|
<color name="importance_6">#ff202020</color>
|
||
|
|
||
|
</resources>
|
||
|
|