aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/mark_orange.xml
diff options
context:
space:
mode:
authorSammysHP <sven@sammyshp.de>2011-10-04 20:35:33 +0200
committerSammysHP <sven@sammyshp.de>2011-10-04 20:35:33 +0200
commitc131097d36e7dd3c41c0a576aaca18d3e611223a (patch)
tree881870cc916c110b8a5b2e434363220ae888e0fc /main/res/drawable/mark_orange.xml
parent741e5b49a06b9959d37f8b2e9dc24047b68377e9 (diff)
downloadcgeo-c131097d36e7dd3c41c0a576aaca18d3e611223a.zip
cgeo-c131097d36e7dd3c41c0a576aaca18d3e611223a.tar.gz
cgeo-c131097d36e7dd3c41c0a576aaca18d3e611223a.tar.bz2
Better colors for status-marker
dark red --> brighter red orange --> orange (was unused and dirty green before) orange for offline-logs (dark red before)
Diffstat (limited to 'main/res/drawable/mark_orange.xml')
-rw-r--r--main/res/drawable/mark_orange.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/drawable/mark_orange.xml b/main/res/drawable/mark_orange.xml
index 3931755..d6734aa 100644
--- a/main/res/drawable/mark_orange.xml
+++ b/main/res/drawable/mark_orange.xml
@@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid
- android:color="#FF777700" />
+ android:color="#FFFF7700" />
</shape> \ No newline at end of file