summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/side_nav_bar.xml
blob: 6d81870b0b264a03c40208f0322d7d9d991bbbe0 (plain)
1
2
3
4
5
6
7
8
9
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient
        android:angle="135"
        android:centerColor="#009688"
        android:endColor="#00695C"
        android:startColor="#4DB6AC"
        android:type="linear" />
</shape>