Округлая форма:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
android:tint="@color/your_color">
<corners
android:bottomRightRadius="32dp"
android:topRightRadius="32dp"
/>
<!-- <size android:height="64dp" />--> // if you want to set height
</shape>
селектор:
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/rounded_shape" android:state_checked="true"/>
</selector>
app: itemBackground = "@ drawable / selector_item" для вашего NavigationView.