source: other-projects/diy-streetview-pano-capture/trunk/Client/res/menu/activity_main.xml@ 26882

Last change on this file since 26882 was 26882, checked in by davidb, 11 years ago

Joshua Hollands software for operation with the diy camera built for Smoke and Mirrors 2012

File size: 306 bytes
Line 
1<menu xmlns:android="http://schemas.android.com/apk/res/android">
2 <item android:id="@+id/menu_settings"
3 android:title="@string/menu_settings"
4 android:orderInCategory="100"
5 android:showAsAction="never" android:menuCategory="secondary" android:enabled="true">
6 </item>
7</menu>
Note: See TracBrowser for help on using the repository browser.