mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	changed text box text in First Name to black
This commit is contained in:
		@ -74,7 +74,8 @@
 | 
			
		||||
        android:layout_alignLeft="@+id/studentFirstName"
 | 
			
		||||
        android:layout_below="@+id/studentFirstName"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="textPersonName" />
 | 
			
		||||
        android:inputType="textPersonName"
 | 
			
		||||
        android:textColor="@color/black"  />
 | 
			
		||||
 | 
			
		||||
    <TextView
 | 
			
		||||
        android:id="@+id/sectionNumber"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user