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