mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Registration auto-focus FirstName
This commit is contained in:
		@ -16,7 +16,7 @@
 | 
			
		||||
            android:layout_width="match_parent"
 | 
			
		||||
            android:layout_height="wrap_content"
 | 
			
		||||
            android:text="@string/home_label_recent_alerts"
 | 
			
		||||
            android:textColor="@color/green" />
 | 
			
		||||
            android:textColor="#A4C739" />
 | 
			
		||||
 
 | 
			
		||||
    </TableRow>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -17,7 +17,7 @@
 | 
			
		||||
        android:layout_marginTop="0dp"
 | 
			
		||||
        android:text="@string/title_parking_selection"
 | 
			
		||||
        android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
        android:textColor="@color/green" />
 | 
			
		||||
        android:textColor="#A4C739" />
 | 
			
		||||
 | 
			
		||||
    <ImageView
 | 
			
		||||
        android:id="@+id/parkingMap"
 | 
			
		||||
 | 
			
		||||
@ -18,6 +18,18 @@
 | 
			
		||||
        android:textAllCaps="false"
 | 
			
		||||
        android:textColor="@color/white" 
 | 
			
		||||
        android:textAppearance="?android:attr/textAppearanceSmall" />
 | 
			
		||||
    
 | 
			
		||||
     <EditText
 | 
			
		||||
        android:id="@+id/editStudentFirstName"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignLeft="@+id/studentFirstName"
 | 
			
		||||
        android:layout_below="@+id/studentFirstName"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="textPersonName"
 | 
			
		||||
        android:textColor="@color/white"  />
 | 
			
		||||
        
 | 
			
		||||
        <requestFocus />
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -42,10 +54,9 @@
 | 
			
		||||
        android:layout_marginBottom="70dp"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="number"
 | 
			
		||||
        android:textColor="@color/white" >
 | 
			
		||||
        android:textColor="@color/white" />
 | 
			
		||||
 | 
			
		||||
        
 | 
			
		||||
    </EditText>
 | 
			
		||||
 | 
			
		||||
    <CheckBox
 | 
			
		||||
        android:id="@+id/checkBoxBroadcastInfo"
 | 
			
		||||
@ -68,18 +79,8 @@
 | 
			
		||||
        android:textAppearance="?android:attr/textAppearanceSmall"
 | 
			
		||||
        android:textColor="@color/white" />
 | 
			
		||||
 | 
			
		||||
    <EditText
 | 
			
		||||
        android:id="@+id/editStudentFirstName"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignLeft="@+id/studentFirstName"
 | 
			
		||||
        android:layout_below="@+id/studentFirstName"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="textPersonName"
 | 
			
		||||
        android:textColor="@color/white"  />
 | 
			
		||||
    
 | 
			
		||||
    <requestFocus />
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
        
 | 
			
		||||
    <TextView
 | 
			
		||||
        android:id="@+id/sectionNumber"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user