summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/side_nav_bar.xml
blob: ff855231a8b68aec18814af417e24a97b5608644 (plain)
1
2
3
4
5
6
7
8
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <gradient
            android:angle="135"
            android:startColor="@color/colorPrimary"
            android:endColor="@color/colorPrimaryDark"
            android:type="linear"/>
</shape>