changed text box text in First Name to black

This commit is contained in:
RowenaWinston 2013-12-02 23:08:37 -05:00
parent 649f557bba
commit 1b0e92db14

View File

@ -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"