aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/side_nav_bar.xml
blob: 378cf16f49d7592d3908d854bff5f98c8ee086cd (plain) (blame)
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="#0336FF"
        android:endColor="#002BF0"
        android:startColor="#5954FF"
        android:type="linear" />
</shape>