Change the "Register" text to white

This commit is contained in:
bspeice 2013-12-08 22:10:01 -05:00
parent 2d0c901462
commit 2568ff97f6

View File

@ -31,8 +31,6 @@
<requestFocus />
<Button
android:id="@+id/buttonRegister"
style="@style/GameDayTheme"
@ -40,11 +38,11 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="15dp"
android:background="#488214"
android:gravity="center_horizontal|center_vertical"
android:text="@string/button_register"
android:textColor="@color/black"
android:onClick="onClick"
android:background="#488214"/>
android:text="@string/button_register"
android:textColor="@color/white" />
<EditText
android:id="@+id/editRowNumber"