mirror of
				https://github.com/bspeice/UNCCGameDay
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	First and Last Name reflected on activity_registration.xml
This commit is contained in:
		@ -54,21 +54,6 @@
 | 
			
		||||
        android:textColor="@color/black" 
 | 
			
		||||
        android:textAppearance="?android:attr/textAppearanceSmall" />
 | 
			
		||||
 | 
			
		||||
    <EditText
 | 
			
		||||
        android:id="@+id/editStudentName"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignParentLeft="true"
 | 
			
		||||
        android:layout_below="@+id/studentName"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="textPersonName"
 | 
			
		||||
        android:textColor="@color/black"
 | 
			
		||||
        android:textColorLink="@color/black" >
 | 
			
		||||
 | 
			
		||||
        <requestFocus android:layout_height="match_parent" />
 | 
			
		||||
 | 
			
		||||
    </EditText>
 | 
			
		||||
 | 
			
		||||
    <EditText
 | 
			
		||||
        android:id="@+id/editOrganizationName"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
@ -137,7 +122,17 @@
 | 
			
		||||
        android:layout_alignParentBottom="true"
 | 
			
		||||
        android:layout_centerHorizontal="true"
 | 
			
		||||
        android:layout_marginBottom="15dp"
 | 
			
		||||
        android:gravity="center_horizontal|center_vertical"
 | 
			
		||||
        android:text="@string/button_register"
 | 
			
		||||
        android:textColor="@color/black" />
 | 
			
		||||
 | 
			
		||||
    <EditText
 | 
			
		||||
        android:id="@+id/editText1"
 | 
			
		||||
        android:layout_width="wrap_content"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:layout_alignLeft="@+id/studentName"
 | 
			
		||||
        android:layout_below="@+id/studentName"
 | 
			
		||||
        android:ems="10"
 | 
			
		||||
        android:inputType="textPersonName" />
 | 
			
		||||
 | 
			
		||||
</RelativeLayout>
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@
 | 
			
		||||
    <string name="preferences_file">GamedayPreferences</string>
 | 
			
		||||
    <string name="server_hostname">uncc-gameday.no-ip.org</string> 
 | 
			
		||||
    <string name="student_check_in">Student Check-In</string>
 | 
			
		||||
    <string name="student_name">Full Name:</string>
 | 
			
		||||
    <string name="student_name">First Name, Last Name:</string>
 | 
			
		||||
    <string name="section_number">Section:</string>
 | 
			
		||||
    <string name="row_number">Row:</string>
 | 
			
		||||
    <string name="check_box_broadcast">Broadcast Information</string>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user