Skip to content

Instantly share code, notes, and snippets.

@bariskarapinar
Created October 15, 2019 14:23
Show Gist options
  • Save bariskarapinar/f19305d71c94590d40ac7116c79394ca to your computer and use it in GitHub Desktop.
Save bariskarapinar/f19305d71c94590d40ac7116c79394ca to your computer and use it in GitHub Desktop.
<?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_maps"
android:title = "Maps"
app:showAsAction = "never"
/>
<item android:id = "@+id/menu_help"
android:title = "Help"
app:showAsAction = "never"
/>
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment