1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-20 01:41:29 -04:00
itcs4180/HW4/res/menu/gallery.xml
tokugawa 7d937009e8 Fixed main activity errors and added click function to start
GalleryActivity. Started working on GalleryActivity.
2014-03-23 20:56:39 -04:00

13 lines
421 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.example.hw4.GalleryActivity" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never"/>
</menu>