|
@@ -221,42 +221,6 @@
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="@string/phone_number"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
-
|
|
|
- <EditText
|
|
|
- android:id="@+id/phone_number"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/common_padding"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="end"
|
|
|
- android:hint="@string/please_input"
|
|
|
- android:importantForAutofill="no"
|
|
|
- android:inputType="phone"
|
|
|
- android:textColor="@color/text_color"
|
|
|
- android:textColorHint="@color/hint_text_color"
|
|
|
- android:textSize="@dimen/text_size_medium" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
@@ -273,7 +237,7 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/common_padding_small"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:text="@string/gender"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
@@ -324,20 +288,18 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="@string/ID_number"
|
|
|
+ android:text="@string/birthday"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
- <EditText
|
|
|
- android:id="@+id/id_card"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/customer_birthday"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/common_padding"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
- android:hint="@string/please_input"
|
|
|
- android:importantForAutofill="no"
|
|
|
- android:inputType="text"
|
|
|
+ android:hint="@string/please_select"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textColorHint="@color/hint_text_color"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
@@ -360,11 +322,11 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="@string/birthday"
|
|
|
+ android:text="@string/berth_name"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/customer_birthday"
|
|
|
+ android:id="@+id/berth_type"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/common_padding"
|
|
@@ -377,6 +339,57 @@
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
+ android:layout_marginBottom="@dimen/common_padding"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/common_padding_small"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="@string/is_accompany"
|
|
|
+ android:textSize="@dimen/text_size_medium" />
|
|
|
+
|
|
|
+ <RadioGroup
|
|
|
+ android:id="@+id/is_accompany"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="end"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/is_accompany_yes"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/style_radio_button"
|
|
|
+ android:buttonTint="@color/title_background_color"
|
|
|
+ android:text="@string/yes"
|
|
|
+ android:textColor="@color/text_color" />
|
|
|
+
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/is_accompany_no"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:background="@drawable/style_radio_button"
|
|
|
+ android:buttonTint="@color/title_background_color"
|
|
|
+ android:checked="true"
|
|
|
+ android:text="@string/no"
|
|
|
+ android:textColor="@color/text_color" />
|
|
|
+ </RadioGroup>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
@@ -394,18 +407,56 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="@string/berth_name"
|
|
|
+ android:text="@string/phone_number"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/phone_number"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/common_padding"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="end"
|
|
|
+ android:hint="@string/please_input"
|
|
|
+ android:importantForAutofill="no"
|
|
|
+ android:inputType="phone"
|
|
|
+ android:textColor="@color/text_color"
|
|
|
+ android:textColorHint="@color/hint_text_color"
|
|
|
+ android:textSize="@dimen/text_size_medium" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
+ android:layout_marginBottom="@dimen/common_padding"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:id="@+id/berth_type"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="@string/ID_number"
|
|
|
+ android:textSize="@dimen/text_size_medium" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/id_card"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="@dimen/common_padding"
|
|
|
android:layout_weight="1"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="end"
|
|
|
- android:hint="@string/please_select"
|
|
|
+ android:hint="@string/please_input"
|
|
|
+ android:importantForAutofill="no"
|
|
|
+ android:inputType="text"
|
|
|
android:textColor="@color/text_color"
|
|
|
android:textColorHint="@color/hint_text_color"
|
|
|
android:textSize="@dimen/text_size_medium" />
|
|
@@ -527,32 +578,27 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/line"
|
|
|
- android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
- android:background="@color/line_color" />
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="80dp"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
+ android:layout_marginTop="50dp"
|
|
|
+ android:layout_marginBottom="@dimen/common_padding_huge"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/commit"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/button_height"
|
|
|
- android:layout_marginStart="@dimen/common_padding_huge"
|
|
|
- android:layout_marginEnd="@dimen/common_padding_huge"
|
|
|
android:background="@drawable/shape_corner_solid_blue"
|
|
|
android:gravity="center"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/text_size_large"
|
|
|
android:textStyle="bold" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
</ScrollView>
|
|
|
+
|
|
|
</LinearLayout>
|