mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-06-30 21:37:08 -04:00
changed text box text in First Name to black
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user