summaryrefslogtreecommitdiff
path: root/merchant-terminal/src/main/res/drawable/side_nav_bar.xml
blob: 50dc048293d9706a56f7117d4098d2746548adae (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>