Added New User Registration button to authentication activity
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
android:layout_weight="1"
|
||||
android:text="@string/authenticate" />
|
||||
</LinearLayout>
|
||||
<Button
|
||||
android:id="@+id/RegisterBtn"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/register" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
@@ -327,4 +327,5 @@
|
||||
<string name="refreshBtn">Refresh</string>
|
||||
<string name="back">Back</string>
|
||||
<string name="unvalidatedEventsTitle">Unvalidated Seizure Events</string>
|
||||
<string name="register">Register New User</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user