Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created January 5, 2015 23:25
Show Gist options
  • Save johnybot/e9fa495b9ea03be742ac to your computer and use it in GitHub Desktop.
Save johnybot/e9fa495b9ea03be742ac to your computer and use it in GitHub Desktop.
Overflow fix
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/menu_compose"
android:icon="@drawable/header_icon_compose_normal"
app:showAsAction="ifRoom"
android:title="@string/menu_action_compose" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment