Add new activities for Home, Parking, and Registration

These activities (including Alerts) will form the basis of functionality
This commit is contained in:
bspeice
2013-10-01 19:39:20 -04:00
parent d37d705867
commit 89b73f5906
12 changed files with 181 additions and 3 deletions

View File

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">UNCCGameDay</string>
<string name="action_alert_settings">Alert Settings</string>
<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>
</resources>