diff options
| author | SammysHP <sven@sammyshp.de> | 2011-10-04 20:35:33 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2011-10-04 20:35:33 +0200 |
| commit | c131097d36e7dd3c41c0a576aaca18d3e611223a (patch) | |
| tree | 881870cc916c110b8a5b2e434363220ae888e0fc /main/res | |
| parent | 741e5b49a06b9959d37f8b2e9dc24047b68377e9 (diff) | |
| download | cgeo-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')
| -rw-r--r-- | main/res/drawable/mark_green_orange.xml (renamed from main/res/drawable/mark_green_red.xml) | 4 | ||||
| -rw-r--r-- | main/res/drawable/mark_orange.xml | 2 | ||||
| -rw-r--r-- | main/res/drawable/mark_red.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/main/res/drawable/mark_green_red.xml b/main/res/drawable/mark_green_orange.xml index 5983e50..6985d18 100644 --- a/main/res/drawable/mark_green_red.xml +++ b/main/res/drawable/mark_green_orange.xml @@ -2,7 +2,7 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient - android:startColor="#FF770000" - android:endColor="#FF009900" + android:startColor="#FFFF7700" + android:endColor="#FF00FF00" android:angle="90" /> </shape> 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 diff --git a/main/res/drawable/mark_red.xml b/main/res/drawable/mark_red.xml index 083fafd..8f62833 100644 --- a/main/res/drawable/mark_red.xml +++ b/main/res/drawable/mark_red.xml @@ -2,5 +2,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid - android:color="#FF770000" /> + android:color="#FF990000" /> </shape>
\ No newline at end of file |
