mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-02 22:35:14 -04:00
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:
@ -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>
|
Reference in New Issue
Block a user