aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/actionbar_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/actionbar_background.xml')
-rw-r--r--res/drawable/actionbar_background.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/res/drawable/actionbar_background.xml b/res/drawable/actionbar_background.xml
index 0994d2c..a7df2f4 100644
--- a/res/drawable/actionbar_background.xml
+++ b/res/drawable/actionbar_background.xml
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
- android:src="@drawable/actionbar_background_tile"
- android:tileMode="repeat" /> \ No newline at end of file
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <gradient android:angle="270"
+ android:startColor="#313131"
+ android:centerColor="#191919"
+ android:endColor="#222"
+ android:centerY="0.92" />
+</shape>