making appointment userfrendly part1 andriod
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user