summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
blob: 7b2e2b3ed444b533c1196a927abeab7aec913f7a (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="@color/colorPrimaryDark"
        android:endColor="@color/colorPrimaryDark"
        android:startColor="@color/colorPrimary"
        android:type="linear" />
</shape>