Skip to content

Instantly share code, notes, and snippets.

@akki777-zz
Created December 29, 2015 18:31
Show Gist options
  • Save akki777-zz/50e40d459b48dd7d89f6 to your computer and use it in GitHub Desktop.
Save akki777-zz/50e40d459b48dd7d89f6 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/action_openRight"
android:orderInCategory="100"
android:title="@string/action_settings"
android:icon="@drawable/ic_open_right"
app:showAsAction="always" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment