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