mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-04 23:28:12 -05:00
Change the "Register" text to white
This commit is contained in:
parent
2d0c901462
commit
2568ff97f6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user