aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/drawable/filter_bar_background.xml4
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