mirror of
https://github.com/bspeice/itcs4180
synced 2024-11-10 01:18:16 -05:00
12 lines
388 B
XML
12 lines
388 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" />
|
|
|
|
</menu>
|