mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
10 lines
269 B
XML
10 lines
269 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_alert_settings"/>
|
||
|
|
||
|
</menu>
|