Add the menu item for searching the RSVP list

This commit is contained in:
bspeice 2013-12-04 11:28:00 -05:00
parent 05cf607818
commit b896f6041f
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
android:logo="@drawable/ic_action_settings"/> android:logo="@drawable/ic_action_settings"/>
<item android:id="@+id/action_home" android:title="@string/title_acivity_home" android:orderInCategory="350"> <item android:id="@+id/action_home" android:title="@string/title_acivity_home" android:orderInCategory="350">
</item> </item>
<item android:id="@+id/action_search_rsvp" android:title="@string/title_activity_search_rsvp"></item>

View File

@ -57,4 +57,5 @@
<string name="search_hint">Enter and Organization/Person:</string> <string name="search_hint">Enter and Organization/Person:</string>
<string name="search_text">Find who else is attending the UNCC football game! \n \nEnter the name of a person or organization into the search bar above.</string> <string name="search_text">Find who else is attending the UNCC football game! \n \nEnter the name of a person or organization into the search bar above.</string>
<string name="button_refresh_alerts">Refresh Alerts</string> <string name="button_refresh_alerts">Refresh Alerts</string>
<string name="title_activity_search_rsvp">RSVP Search</string>
</resources> </resources>