loading employee in appointments and adoptions

changes in backend and android
This commit is contained in:
Nikitha
2026-04-07 08:43:49 -06:00
parent bb7fbf9f78
commit c61f71d226
17 changed files with 284 additions and 24 deletions

View File

@@ -80,6 +80,21 @@
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<!-- Employee -->
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Assign Employee"
android:textColor="@color/text_dark"
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<Spinner
android:id="@+id/spinnerAdoptionEmployee"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<!-- Pet -->
<TextView
android:layout_width="wrap_content"

View File

@@ -49,6 +49,14 @@
android:textColor="@color/text_light"
android:layout_marginTop="2dp"/>
<TextView
android:id="@+id/tvAdoptionEmployee"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:textColor="@color/text_light"
android:layout_marginTop="2dp"/>
<TextView
android:id="@+id/tvAdoptionFee"
android:layout_width="wrap_content"

View File

@@ -65,6 +65,14 @@
android:textSize="14sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tvAppointmentEmployee"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:textColor="@color/text_light"
android:layout_marginTop="2dp"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"