Skip to content

Instantly share code, notes, and snippets.

@hndr91
Created October 3, 2015 10:35
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 hndr91/748085ce96fb4e3c73d2 to your computer and use it in GitHub Desktop.
Save hndr91/748085ce96fb4e3c73d2 to your computer and use it in GitHub Desktop.
Simple Android WebView - main_menu.xml
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item android:id="@+id/action_exit"
android:title="@string/action_exit"
android:orderInCategory="100"
app:showAsAction="never" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment