diff options
| author | Sven Karsten Greiner <sven@sammyshp.de> | 2011-09-15 11:39:12 -0700 |
|---|---|---|
| committer | Sven Karsten Greiner <sven@sammyshp.de> | 2011-09-15 11:39:12 -0700 |
| commit | 46861f667f34d0f10a67794b6393d21139cc30e3 (patch) | |
| tree | 983aebcf336dcc104e3ef10666734f0858f21819 | |
| parent | 21f5a3c33346158f496b2a2a4d56dae6f286fd69 (diff) | |
| parent | 7152f7ee286fb574a52b297a93306fbd948f6eb4 (diff) | |
| download | cgeo-46861f667f34d0f10a67794b6393d21139cc30e3.zip cgeo-46861f667f34d0f10a67794b6393d21139cc30e3.tar.gz cgeo-46861f667f34d0f10a67794b6393d21139cc30e3.tar.bz2 | |
Merge pull request #469 from cachapa/filterbar_colour
Lighter filter bar
| -rw-r--r-- | res/drawable/filter_bar_background.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/filter_bar_background.xml b/res/drawable/filter_bar_background.xml index 9fefc36..6cdfa46 100644 --- a/res/drawable/filter_bar_background.xml +++ b/res/drawable/filter_bar_background.xml @@ -10,9 +10,9 @@ <shape> <gradient android:angle="270" android:startColor="#000" - android:centerColor="#111" + android:centerColor="#222" android:centerY="0.1" - android:endColor="#111"/> + android:endColor="#222"/> </shape> </item> </layer-list>
\ No newline at end of file |
