diff options
| author | Robert Garbee <robert@gag.com> | 2015-06-13 17:40:59 -0600 |
|---|---|---|
| committer | Robert Garbee <robert@gag.com> | 2015-06-13 17:40:59 -0600 |
| commit | c46c2c5767c6e909fa58587e6c864a4fbaa9fa20 (patch) | |
| tree | 282e9152196bfc2ae66a2d5892f25811fa0e2c96 /altosdroid/res/values/Colors.xml | |
| parent | 39f4361675aa13899864f427a33d4aa48be56cd2 (diff) | |
| parent | 6cb7d76c3fbe32b442713e358654d07b2506897e (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosdroid/res/values/Colors.xml')
| -rw-r--r-- | altosdroid/res/values/Colors.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/altosdroid/res/values/Colors.xml b/altosdroid/res/values/Colors.xml new file mode 100644 index 00000000..055c6df2 --- /dev/null +++ b/altosdroid/res/values/Colors.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright © 2015 Keith Packard <keithp@keithp.com> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +--> +<resources> + <color name="old_color">#ffff4040</color> +</resources> |
