Skip to content

Instantly share code, notes, and snippets.

@ssaurel
Created September 27, 2017 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssaurel/387a7069bf4f0339d02fbf58e9435739 to your computer and use it in GitHub Desktop.
Save ssaurel/387a7069bf4f0339d02fbf58e9435739 to your computer and use it in GitHub Desktop.
Bitcoin Price Index Watcher tutorial on the SSaurel's Blog
<?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/action_load"
android:orderInCategory="50"
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