mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
changed text box text in First Name to black
This commit is contained in:
parent
649f557bba
commit
1b0e92db14
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user