fix highlight bug in navigation bar

This commit is contained in:
dkanada 2020-05-01 00:50:23 +09:00
commit b779004a2c
3 changed files with 10 additions and 27 deletions

View file

@ -3,14 +3,7 @@
<group
android:id="@+id/navigation_drawer_menu_category_sections"
android:checkableBehavior="single">
<item
android:id="@+id/nav_library"
android:icon="@drawable/ic_library_music_white_24dp"
android:title="@string/all" />
</group>
android:checkableBehavior="single" />
<group
android:id="@+id/navigation_drawer_menu_category_other"