mirror of
https://github.com/bspeice/UNCCGameDay
synced 2026-07-10 22:03:15 -04:00
Add an initial menu, and allow user to visit alerts page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 532 B |
Binary file not shown.
|
After Width: | Height: | Size: 426 B |
Binary file not shown.
|
After Width: | Height: | Size: 705 B |
Binary file not shown.
|
After Width: | Height: | Size: 912 B |
+4
-3
@@ -1,9 +1,10 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:id="@+id/action_alert_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_alert_settings"/>
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/action_alert_settings"
|
||||
android:icon="@drawable/ic_action_warning"/>
|
||||
|
||||
</menu>
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
<string name="hello_world">Welcome to UNCC GameDay!</string>
|
||||
<string name="title_activity_parking">Parking</string>
|
||||
<string name="title_activity_registration">Registration</string>
|
||||
<string name="title_activity_home">Home</string>
|
||||
<string name="title_activity_alerts">Alerts</string>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user