mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Change the "Register" text to white
This commit is contained in:
		@ -31,8 +31,6 @@
 | 
			
		||||
        
 | 
			
		||||
        <requestFocus />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <Button
 | 
			
		||||
        android:id="@+id/buttonRegister"
 | 
			
		||||
        style="@style/GameDayTheme"
 | 
			
		||||
@ -40,11 +38,11 @@
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignParentBottom="true"
 | 
			
		||||
        android:layout_marginBottom="15dp"
 | 
			
		||||
        android:background="#488214"
 | 
			
		||||
        android:gravity="center_horizontal|center_vertical"
 | 
			
		||||
        android:text="@string/button_register"
 | 
			
		||||
        android:textColor="@color/black"
 | 
			
		||||
        android:onClick="onClick"
 | 
			
		||||
        android:background="#488214"/>
 | 
			
		||||
        android:text="@string/button_register"
 | 
			
		||||
        android:textColor="@color/white" />
 | 
			
		||||
 | 
			
		||||
    <EditText
 | 
			
		||||
        android:id="@+id/editRowNumber"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user