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

17 lines
573 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="#aa62c8"
android:centerColor="#087bb9"
android:startColor="#904dfa"
android:type="linear" />
</shape>
</item>
<item
android:drawable="@drawable/ic_game_pattern" />
</layer-list>