RSVP List showing - Ordered by last name >AGK

RSVP list showing on search page.  Ordered properly by last name.

Still need to implement Search function - will tackle later today.

All Section numbers showing NULL, all row numbers showing 0.  Probably a
quick fix on Bradlee's part.
This commit is contained in:
agk512
2013-12-05 13:37:01 -05:00
parent a728025eed
commit f6b7609420
4 changed files with 41 additions and 13 deletions

View File

@ -23,16 +23,13 @@
android:inputType="text" >
</SearchView>
<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
<ListView
android:id="@+id/RSVPListView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/searchView1"
android:layout_centerHorizontal="true"
android:layout_marginTop="60dp"
android:text="@string/search_text"
android:textColor="@color/black"
android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceLarge" />
android:layout_alignLeft="@+id/searchView1"
android:layout_below="@+id/searchView1" >
</ListView>
</RelativeLayout>