Created
October 3, 2015 10:35
-
-
Save hndr91/748085ce96fb4e3c73d2 to your computer and use it in GitHub Desktop.
Simple Android WebView - main_menu.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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