Skip to content

Instantly share code, notes, and snippets.

@espritm
Created March 28, 2017 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save espritm/449782d0e7ffe1213ce0fb27264839d1 to your computer and use it in GitHub Desktop.
Save espritm/449782d0e7ffe1213ce0fb27264839d1 to your computer and use it in GitHub Desktop.
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<group android:checkableBehavior="single">
<item
android:id="@+id/leftmenu_profile"
android:icon="@drawable/ic_account_circle_black_24dp"
android:title="@string/leftmenu_profile"
app:actionViewClass="android.widget.TextView" />
<!--...-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment