I am using navigation activity in Android studio. I have tried code below:
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="@drawable/sidebar_bg"
android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_main"
app:itemIconTint="@color/color_white_transperntdark"
app:itemTextColor="@color/color_white_transperntdark"
app:menu="@menu/activity_main_drawer" />
But below I need a kind of selector having some color and white vertical line. So give me a hint: