Add an initial menu, and allow user to visit alerts page

This commit is contained in:
bspeice
2013-10-01 20:17:21 -04:00
parent 89b73f5906
commit adc9fc0580
10 changed files with 30 additions and 8 deletions

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

View File

@ -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>

View File

@ -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>