Some search changes, plus Auto alert test

Added alerts every 30 minutes starting at 9am to 930pm on 12-7-13.  Will
have on phone today to ensure that automated alerts show properly.

Having no luck with search function, will try again tomorrow.
This commit is contained in:
agk512
2013-12-07 01:17:45 -05:00
parent 7ce10afffd
commit d03ce1427d
4 changed files with 132 additions and 52 deletions

View File

@ -26,14 +26,23 @@
<TextView
android:id="@+id/textView1"
style="@style/GameDayTheme"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/searchView1"
android:layout_below="@+id/searchView1"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
android:text="@string/search_text"
android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceLarge"
style="@style/GameDayTheme" />
android:textStyle="italic" />
<ListView
android:id="@+id/RSVPListView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/searchView1"
android:layout_alignParentBottom="true"
android:layout_below="@+id/textView1" >
</ListView>
</RelativeLayout>