More updates for alerts menu

master
RowenaWinston 2013-11-03 12:10:58 -05:00 committed by bspeice
parent e5ee12d32e
commit 9337d0e111
5 changed files with 6 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

View File

@ -4,7 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#7d9a43"
tools:context=".Home" >
tools:context=".activities.MenuActivity" >
<TableRow
android:id="@+id/tableRow1"
@ -44,7 +44,7 @@
<TableRow
android:id="@+id/tableRow3"
android:layout_width="match_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/activity_vertical_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin">

View File

@ -5,8 +5,9 @@
android:orderInCategory="100"
android:showAsAction="ifRoom"
android:title="@string/action_alert_settings"
android:icon="@drawable/ic_action_settings"/>
<item android:id="@+id/action_home" android:title="Home"></item>
android:logo="@drawable/ic_action_settings"/>
<item android:id="@+id/action_home" android:title="@string/title_acivity_home" android:orderInCategory="350">
</item>

View File

@ -6,6 +6,7 @@
<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_acivity_home">Home</string>
<string name="title_activity_alerts">Alerts</string>
<string name="alerts_label_alerts_to_receive">Select Alerts to Receive:</string>
<string name="alerts_check_timed">Timed (Reserve Ticket&#8230;)</string>