|
@@ -723,7 +723,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/group_common_model"
|
|
|
+ android:id="@+id/customer_resource"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
@@ -736,45 +736,7 @@
|
|
|
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>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/group_airplane_ticket"
|
|
|
- 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"
|
|
@@ -786,7 +748,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/customer_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_minimum" />
|
|
|
|
|
@@ -797,7 +759,7 @@
|
|
|
android:background="@color/line_color" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/airplane_three_code"
|
|
|
+ android:id="@+id/company_customer_resource"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -810,10 +772,10 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/three_code_resource"
|
|
|
+ android:text="@string/company_customer_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_airplane_three_code" />
|
|
|
+ app:drawableStartCompat="@mipmap/icon_customer_resource" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
@@ -824,7 +786,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/airplane_payment_insert"
|
|
|
+ android:id="@+id/service_resource"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
@@ -837,10 +799,16 @@
|
|
|
android:gravity="center_vertical"
|
|
|
android:paddingTop="@dimen/common_padding"
|
|
|
android:paddingBottom="@dimen/common_padding"
|
|
|
- android:text="@string/airplane_payment_insert"
|
|
|
+ android:text="@string/meeting_activity_service_resource"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textSize="@dimen/text_size_medium"
|
|
|
- app:drawableStartCompat="@mipmap/icon_airplane_payment_insert" />
|
|
|
+ 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" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -849,7 +817,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/resource_manage"
|
|
|
+ android:id="@+id/group_common_model"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
@@ -862,7 +830,45 @@
|
|
|
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>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/group_airplane_ticket"
|
|
|
+ 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"
|
|
@@ -874,7 +880,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" />
|
|
|
|
|
@@ -885,7 +891,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"
|
|
@@ -898,10 +904,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"
|
|
@@ -912,7 +918,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"
|
|
@@ -925,16 +931,10 @@
|
|
|
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>
|
|
|
|