Skip to content

Instantly share code, notes, and snippets.

@z4none
Created April 18, 2016 13:01
Show Gist options
  • Select an option

  • Save z4none/4e4e261c4900b02204b276cce7c87be9 to your computer and use it in GitHub Desktop.

Select an option

Save z4none/4e4e261c4900b02204b276cce7c87be9 to your computer and use it in GitHub Desktop.
showAsAction
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_item_scan"
android:icon="@drawable/ic_scan"
android:title="scan"
app:showAsAction="always">
</item>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment