mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
First and Last Name reflected on activity_registration.xml
This commit is contained in:
parent
af728c6ee8
commit
a71e43e12b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user