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