Created
October 11, 2013 07:15
-
-
Save jrm2k6/6930774 to your computer and use it in GitHub Desktop.
Foutue icone.
This file contains hidden or 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"> | |
| <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