aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/side_nav_bar.xml
blob: 92abf9f0d37aa50273f58588b70731112216c8ef (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="#1565C0"
        android:endColor="#0D47A1"
        android:startColor="#1976D2"
        android:type="linear" />
</shape>