making appointment userfrendly part1 andriod

This commit is contained in:
Alex
2026-04-08 16:53:42 -06:00
parent fb7c4c66ef
commit 6f11f4ebbb
17 changed files with 151 additions and 70 deletions

View File

@@ -69,6 +69,7 @@
<!-- Customer -->
<TextView
android:id="@+id/tvLabelCustomer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Customer"
@@ -84,6 +85,7 @@
<!-- Store -->
<TextView
android:id="@+id/tvLabelStore"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Store"
@@ -100,7 +102,8 @@
<!-- Pet -->
<TextView
android:layout_width="wrap_content"
android:id="@+id/tvLabelPet"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Pet"
android:textColor="@color/text_dark"
@@ -117,6 +120,7 @@
<!-- Service -->
<TextView
android:id="@+id/tvLabelService"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Service"