Can now edit loyalty points for customer on andriod, and pets now have breed dropdown

This commit is contained in:
Alex
2026-04-13 18:25:11 -06:00
parent 1b4069e7e4
commit 884f56c9a7
13 changed files with 143 additions and 24 deletions

View File

@@ -195,14 +195,13 @@
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<TextView
android:id="@+id/tvCustomerLoyaltyPoints"
<EditText
android:id="@+id/etCustomerLoyaltyPoints"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="0"
android:textColor="@color/text_dark"
android:textSize="16sp"
android:layout_marginBottom="8dp"/>
android:hint="0"
android:inputType="number"
android:layout_marginBottom="16dp"/>
</LinearLayout>

View File

@@ -109,14 +109,11 @@
android:textSize="12sp"
android:layout_marginBottom="4dp"/>
<EditText
android:id="@+id/etPetBreed"
<Spinner
android:id="@+id/spinnerPetBreed"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Enter breed"
android:inputType="text"
android:layout_marginBottom="16dp"
android:textColor="@color/text_dark"/>
android:layout_marginBottom="16dp"/>
<TextView
android:layout_width="wrap_content"