Skip to content

Instantly share code, notes, and snippets.

@dynoChris
Created January 16, 2019 08:36
Show Gist options
  • Save dynoChris/2ea46f32b6a71f2425c987623186c44b to your computer and use it in GitHub Desktop.
Save dynoChris/2ea46f32b6a71f2425c987623186c44b to your computer and use it in GitHub Desktop.
How to highlight selected item in NavigationView
<!--just add one parameter — checkable="true"-->
<!--'checked' highlight some item in default-->
<item
android:id="@+id/some_item"
android:checkable="true"
android:checked="true"
android:icon="@drawable/ic_icon"
android:title="@string/string" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment