fixed creating adoption for the backend and implemented adoption to andriod for changes

This commit is contained in:
Alex
2026-04-07 07:27:37 -06:00
parent 77e93a38b7
commit 8c5348dbb6
7 changed files with 105 additions and 36 deletions

View File

@@ -95,6 +95,20 @@
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Source Store"
android:textColor="@color/text_dark"
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<Spinner
android:id="@+id/spinnerAdoptionStore"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"/>
<!-- Adoption Date -->
<TextView
android:layout_width="wrap_content"
@@ -165,4 +179,4 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>