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