aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/actionbar_background.xml
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2011-09-15 10:24:08 -0700
committerSamuel Tardieu <sam@rfc1149.net>2011-09-15 10:24:08 -0700
commit411347b882f533f2bf899c5f523dc9a58fa03070 (patch)
treeaac62c49c454bb0cfa26d19dcf1d02fba21b6c91 /res/drawable/actionbar_background.xml
parent73cf26ef4e304f3261d716d9d12cb1939e3f69bd (diff)
parentf520515f7fa31b7701ddeb2f3ccc1c7744f98dc0 (diff)
downloadcgeo-411347b882f533f2bf899c5f523dc9a58fa03070.zip
cgeo-411347b882f533f2bf899c5f523dc9a58fa03070.tar.gz
cgeo-411347b882f533f2bf899c5f523dc9a58fa03070.tar.bz2
Merge pull request #466 from cachapa/actionbar_background
Replace action bar bitmaps with shape drawables
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>