mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Add the onClick handler back to Registration
This commit is contained in:
parent
b5e0b9b8b6
commit
21e2e0bc7f
@ -31,7 +31,8 @@
|
||||
android:layout_marginBottom="15dp"
|
||||
android:gravity="center_horizontal|center_vertical"
|
||||
android:text="@string/button_register"
|
||||
android:textColor="@color/black" />
|
||||
android:textColor="@color/black"
|
||||
android:onClick="onClick" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/editRowNumber"
|
||||
|
Loading…
Reference in New Issue
Block a user