|
|
@@ -0,0 +1,635 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<android.support.constraint.ConstraintLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ tools:context="com.modular.booking.activity.services.BServiceAddActivity">
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:fillViewport="true"
|
|
|
+ android:scrollbars="none">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/hine_bg"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:padding="10dp">
|
|
|
+
|
|
|
+ <de.hdodenhof.circleimageview.CircleImageView
|
|
|
+ android:id="@+id/iv_menu"
|
|
|
+ android:layout_width="55dp"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginStart="12dp"
|
|
|
+ android:background="@null"
|
|
|
+ android:src="@drawable/defaultpic"></de.hdodenhof.circleimageview.CircleImageView>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_toRightOf="@+id/iv_menu"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="********"
|
|
|
+ android:textSize="18sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="********" />
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_ktv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ktv_time_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_ktv_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ktv_room_rl"
|
|
|
+ style="@style/item_menu"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_ktv_rooms"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_add_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/ktv_people_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_ktv_peoples" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_club"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/club_time_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_club_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_club_time"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/club_rooms_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/times"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_club_rooms"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_add_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/club_pepoles_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/booking_object" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_club_peoples"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_hospital"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hospital_time_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_hospital_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hospital_time"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hospital_rooms_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_hospital_rooms"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hospital_rooms"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_add_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hospital_people_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_hospital_peoples" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hospital_people"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_sport"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/sport_time_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_sport_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sport_time"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/sport_rooms_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/times"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sport_rooms"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_add_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/sport_peoples_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_ktv_peoples" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sport_peoples"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_hair"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hair_times_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_hair_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hair_times"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hair_rooms_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_hair_rooms"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hair_rooms"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/hair_peoples_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_ktv_peoples" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_hair_peoples"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_food"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/food_times_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_food_times" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_food_times"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/food_rooms_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_food_rooms"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_food_rooms"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_add_tag"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select"
|
|
|
+ android:textColor="@color/hintColor" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/food_peoples_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_food_peoples" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_food_peoples"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/company_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:drawableRight="@drawable/oa_next"
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="10dp" />
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/name_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_name" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_book_name"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_book_name"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="61dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:enabled="false"
|
|
|
+ android:gravity="top"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:textSize="15sp" />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/phone_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_phone" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_book_phone"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_book_phone"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="61dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:enabled="false"
|
|
|
+ android:gravity="top"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:textSize="15sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/notes_rl"
|
|
|
+ style="@style/item_menu">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/item_menu_tag"
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:text="@string/service_notes" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_book_notes"
|
|
|
+ style="@style/item_menu_input"
|
|
|
+ android:layout_width="290dp"
|
|
|
+ android:layout_toRightOf="@id/remark_tag"
|
|
|
+ android:drawablePadding="6dp"
|
|
|
+ android:ellipsize="end"
|
|
|
+
|
|
|
+ android:hint="@string/common_select" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_book_notes"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginTop="61dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:enabled="false"
|
|
|
+ android:gravity="top"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:textSize="15sp" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginBottom="30dp"
|
|
|
+ android:layout_marginTop="60dp">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/submit_btn"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:background="@drawable/bg_bule_btn"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="@string/app_button_commit"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/text_main" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </ScrollView>
|
|
|
+</android.support.constraint.ConstraintLayout>
|