mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-14 11:28:14 -05:00
995919644b
and main search screen. Added comments at the top of all files. TODO: Fix formatting, add locations to server, add photos of locations, implement database functionality, fix all other TODO's.
13 lines
424 B
XML
13 lines
424 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="edu.uncc.scavenger.CompassActivity" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never"/>
|
|
|
|
</menu>
|