Created
May 29, 2014 13:22
-
-
Save greengoblinmask/5cc7a4871b287b21e358 to your computer and use it in GitHub Desktop.
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/rotate360" | |
android:orderInCategory="100" | |
android:showAsAction="never" | |
android:title="@string/rotate_String"/> | |
<item | |
android:id="@+id/zoomInOut" | |
android:orderInCategory="100" | |
android:title="@string/zoom_In_Out"/> | |
<item | |
android:id="@+id/fadeInOut" | |
android:orderInCategory="100" | |
android:title="@string/fade_String"/> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment