aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/actionbar_background.xml
blob: 31b864143f3ecd44d91212b5c635107b00d2f5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<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:startColor="#313131" />

</shape>