Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created October 11, 2013 07:15
Show Gist options
  • Select an option

  • Save jrm2k6/6930774 to your computer and use it in GitHub Desktop.

Select an option

Save jrm2k6/6930774 to your computer and use it in GitHub Desktop.
Foutue icone.
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_settings"
android:title="@string/action_settings"
android:orderInCategory="100"
android:showAsAction="never" />
<item
android:id="@+id/action_new_tweet"
android:title="@string/action_new_tweet"
android:icon="@drawable/ic_action_edit"
android:titleCondensed="New tweet"
android:orderInCategory="100"
android:showAsAction="always" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment