|
@@ -328,7 +328,34 @@
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/hotel_payment_insert"
|
|
|
+ android:id="@+id/hotel_resource"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawablePadding="@dimen/common_padding"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingTop="@dimen/common_padding"
|
|
|
+ android:paddingBottom="@dimen/common_padding"
|
|
|
+ android:text="@string/hotel_resource"
|
|
|
+ android:textColor="@color/text_color"
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
+ app:drawableStartCompat="@mipmap/icon_hotel" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginStart="35dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/hotel_predetermine"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -341,7 +368,7 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/hotel_payment_insert"
|
|
|
+ android:text="@string/hotel_predetermine"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
app:drawableStartCompat="@mipmap/icon_hotel_payment_insert" />
|
|
@@ -387,6 +414,60 @@
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/guide_resource"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawablePadding="@dimen/common_padding"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingTop="@dimen/common_padding"
|
|
|
+ android:paddingBottom="@dimen/common_padding"
|
|
|
+ android:text="@string/guide_resource"
|
|
|
+ android:textColor="@color/text_color"
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
+ app:drawableStartCompat="@mipmap/icon_guide" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginStart="35dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/car_resource"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawablePadding="@dimen/common_padding"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:paddingTop="@dimen/common_padding"
|
|
|
+ android:paddingBottom="@dimen/common_padding"
|
|
|
+ android:text="@string/car_resource"
|
|
|
+ android:textColor="@color/text_color"
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
+ app:drawableStartCompat="@mipmap/icon_car" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginStart="35dp"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:id="@+id/ground_convey_payment_insert"
|
|
|
android:layout_width="match_parent"
|
|
@@ -500,7 +581,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/group_operation"
|
|
|
+ android:id="@+id/group_manager"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
@@ -524,7 +605,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:text="@string/group_management"
|
|
|
+ android:text="@string/group_manager"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_minimum" />
|
|
|
|
|
@@ -535,7 +616,7 @@
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/group_information"
|
|
|
+ android:id="@+id/group_operation"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -548,7 +629,7 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/pick_up_group_info"
|
|
|
+ android:text="@string/group_operation"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
app:drawableStartCompat="@mipmap/icon_group_information" />
|
|
@@ -616,45 +697,6 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/group_common_model"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/common_padding"
|
|
|
- android:background="@color/background_color" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:text="@string/group_common_model"
|
|
|
- android:textColor="@color/text_color"
|
|
|
- android:textSize="@dimen/text_size_minimum" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:id="@+id/insurance_payment_insert"
|
|
|
android:layout_width="match_parent"
|
|
@@ -681,7 +723,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/group_airplane_ticket"
|
|
|
+ android:id="@+id/group_common_model"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
@@ -705,7 +747,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:text="@string/group_airplane_ticket"
|
|
|
+ android:text="@string/group_common_model"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_minimum" />
|
|
|
|
|
@@ -715,33 +757,12 @@
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/airplane_payment_insert"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:drawablePadding="@dimen/common_padding"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingTop="@dimen/common_padding"
|
|
|
- android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/airplane_payment_insert"
|
|
|
- android:textColor="@color/text_color"
|
|
|
- android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_airplane_payment_insert" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/resource_manage"
|
|
|
+ android:id="@+id/group_airplane_ticket"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
@@ -754,7 +775,6 @@
|
|
|
android:background="@color/background_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
-
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
@@ -766,7 +786,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:text="@string/resource_management"
|
|
|
+ android:text="@string/group_airplane_ticket"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_minimum" />
|
|
|
|
|
@@ -777,7 +797,7 @@
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/market_customer_resource"
|
|
|
+ android:id="@+id/airplane_three_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -790,10 +810,10 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/market_customer_resource"
|
|
|
+ android:text="@string/three_code_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_customer_resource" />
|
|
|
+ app:drawableStartCompat="@mipmap/icon_airplane_three_code" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -804,7 +824,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/service_resource"
|
|
|
+ android:id="@+id/airplane_payment_insert"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -817,75 +837,55 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/meeting_activity_service_resource"
|
|
|
+ android:text="@string/airplane_payment_insert"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_service_resource" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginStart="35dp"
|
|
|
- android:background="@color/line_color" />
|
|
|
+ app:drawableStartCompat="@mipmap/icon_airplane_payment_insert" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/guide_resource"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:drawablePadding="@dimen/common_padding"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingTop="@dimen/common_padding"
|
|
|
- android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/guide_resource"
|
|
|
- android:textColor="@color/text_color"
|
|
|
- android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_guide" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginStart="35dp"
|
|
|
- android:background="@color/line_color" />
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/resource_manage"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/common_padding"
|
|
|
+ android:background="@color/background_color" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/car_resource"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone">
|
|
|
+ <LinearLayout
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:drawablePadding="@dimen/common_padding"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:paddingTop="@dimen/common_padding"
|
|
|
- android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/car_resource"
|
|
|
- android:textColor="@color/text_color"
|
|
|
- android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_car" />
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginStart="35dp"
|
|
|
- android:background="@color/line_color" />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
+ android:text="@string/resource_management"
|
|
|
+ android:textColor="@color/text_color"
|
|
|
+ android:textSize="@dimen/text_size_minimum" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
+ android:background="@color/line_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/hotel_resource"
|
|
|
+ android:id="@+id/market_customer_resource"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -898,10 +898,10 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/hotel_resource"
|
|
|
+ android:text="@string/market_customer_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_hotel" />
|
|
|
+ app:drawableStartCompat="@mipmap/icon_customer_resource" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -912,7 +912,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/airplane_three_code"
|
|
|
+ android:id="@+id/service_resource"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -925,10 +925,10 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/airplane_three_code"
|
|
|
+ android:text="@string/meeting_activity_service_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_airplane_three_code" />
|
|
|
+ app:drawableStartCompat="@mipmap/icon_service_resource" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|