PlayerAndroid/app/src/main/res/drawable/navigation_view_item.xml

7 lines
257 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/md_red_400" />
<corners
android:bottomRightRadius="25dp"
android:topRightRadius="25dp" />
</shape>