1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-19 17:31:28 -04:00
itcs4180/HW4/res/menu/image_viewer.xml
2014-03-24 09:48:19 -04:00

10 lines
263 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>