Added New User Registration button to authentication activity

This commit is contained in:
Graham Jones
2022-01-27 15:05:11 +00:00
parent 203ffdc07f
commit 7f9a61c2a5
4 changed files with 46 additions and 8 deletions

View File

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

View File

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