ns-usbloader-mobile/app/src/main/res/drawable/side_nav_bar.xml

9 lines
301 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="#00718d"
android:centerColor="#0090b4"
android:startColor="@color/colorAccent"
android:type="linear" />
</shape>