|
|
@@ -3,342 +3,353 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/image_setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="形象照片"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/image_setting_new"
|
|
|
- android:layout_width="10dp"
|
|
|
- android:layout_height="10dp"
|
|
|
- android:layout_alignTop="@+id/tv_oa"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:background="@drawable/hongdian"
|
|
|
- android:textColor="@android:color/white"
|
|
|
- android:textSize="10.0dip"
|
|
|
- android:visibility="gone"/>
|
|
|
- </RelativeLayout>
|
|
|
+ <ScrollView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:scrollbars="none">
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/keshi_setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:visibility="gone">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="科室设置"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
+ android:orientation="vertical">
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/image_setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="形象照片"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/image_setting_new"
|
|
|
+ android:layout_width="10dp"
|
|
|
+ android:layout_height="10dp"
|
|
|
+ android:layout_alignTop="@+id/tv_oa"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:background="@drawable/hongdian"
|
|
|
+ android:textColor="@android:color/white"
|
|
|
+ android:textSize="10.0dip"
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/people_setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="人员设置"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/keshi_setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:visibility="gone">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="科室设置"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/batchplace_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置服务/场地/房间"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/people_setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="人员设置"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginBottom="118dp"
|
|
|
- android:layout_marginEnd="11dp"
|
|
|
- android:layout_marginRight="11dp"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:visibility="gone">
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/batchplace_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置服务/场地/房间"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:background="@color/item_line" />
|
|
|
+ <RelativeLayout
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginBottom="118dp"
|
|
|
+ android:layout_marginEnd="11dp"
|
|
|
+ android:layout_marginRight="11dp"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="员工休息日设置"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:background="@color/item_line" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="员工休息日设置"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/employeerest_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置员工休息日"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/employeerest_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置员工休息日"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/companyrest_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置企业休息日"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/business_hours_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置营业时间"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- Business hours
|
|
|
- </RelativeLayout>
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/booking_timetype_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置预约时间类型"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/companyrest_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置企业休息日"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/room_type_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="设置包房预订类型"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/table_setting_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_centerHorizontal="true">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="桌位设置"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/business_introduction_rl"
|
|
|
- style="@style/IMTbleLine"
|
|
|
- android:background="@drawable/selector_me_menu_item_bg"
|
|
|
- android:layout_alignParentTop="true"
|
|
|
- android:layout_centerHorizontal="true">
|
|
|
- <View
|
|
|
- android:layout_alignParentBottom="true"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:background="@color/item_line" />
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:gravity="center"
|
|
|
- android:text="商家详情"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
- <ImageView
|
|
|
- android:layout_width="@dimen/next_width"
|
|
|
- android:layout_height="@dimen/next_height"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:background="@drawable/oa_next"
|
|
|
- android:contentDescription="@string/app_name" />
|
|
|
- </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/business_hours_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置营业时间"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ Business hours
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/booking_timetype_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置预约时间类型"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/room_type_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="设置包房预订类型"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/table_setting_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="桌位设置"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/business_introduction_rl"
|
|
|
+ style="@style/IMTbleLine"
|
|
|
+ android:background="@drawable/selector_me_menu_item_bg"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_centerHorizontal="true">
|
|
|
+ <View
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="商家详情"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="@dimen/next_width"
|
|
|
+ android:layout_height="@dimen/next_height"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:background="@drawable/oa_next"
|
|
|
+ android:contentDescription="@string/app_name" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
</LinearLayout>
|