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.
18 lines
556 B
XML
18 lines
556 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
**
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
-->
|
|
<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>
|
|
|