Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created May 14, 2018 13:33
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 ssaurel/81ee45d1f6fd86275652e4aa24a4b62e to your computer and use it in GitHub Desktop.
Save ssaurel/81ee45d1f6fd86275652e4aa24a4b62e to your computer and use it in GitHub Desktop.
Main menu of our Bitcoin App with Kotlin for the SSaurel's Blog
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/load"
android:title="Load"
app:showAsAction="always" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment