added an api connection to Users in Andriod

NOTE Will have to change backend so staffs can access other staffs
This commit is contained in:
Alex
2026-04-07 07:46:22 -06:00
parent 8c5348dbb6
commit 7c0ab0bfae
6 changed files with 123 additions and 4 deletions

View File

@@ -124,15 +124,27 @@
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<Spinner
android:id="@+id/spinnerService"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<!-- Staff -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Staff"
android:textColor="@color/text_dark"
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<Spinner
android:id="@+id/spinnerStaff"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<!-- Appointment Date -->
<TextView