mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-03 23:06:14 -04:00
Initial Android project commit
This commit is contained in:
9
res/menu/alerts.xml
Normal file
9
res/menu/alerts.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<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>
|
Reference in New Issue
Block a user