|
|
@@ -5,7 +5,37 @@
|
|
5
|
5
|
android:layout_height="match_parent"
|
|
6
|
6
|
android:orientation="vertical"
|
|
7
|
7
|
android:padding="23dp">
|
|
|
8
|
+ <LinearLayout
|
|
|
9
|
+ android:layout_width="match_parent"
|
|
|
10
|
+ android:layout_height="wrap_content"
|
|
|
11
|
+ android:layout_marginStart="@dimen/permission_dp_20"
|
|
|
12
|
+ android:layout_marginTop="30dp"
|
|
|
13
|
+ android:layout_marginEnd="@dimen/permission_dp_20"
|
|
|
14
|
+ android:orientation="vertical">
|
|
|
15
|
+
|
|
|
16
|
+ <LinearLayout
|
|
|
17
|
+ android:layout_width="match_parent"
|
|
|
18
|
+ android:layout_height="wrap_content"
|
|
|
19
|
+ android:orientation="horizontal">
|
|
8
|
20
|
|
|
|
21
|
+ <EditText
|
|
|
22
|
+ android:id="@+id/et_phone_new"
|
|
|
23
|
+ android:layout_width="0dp"
|
|
|
24
|
+ android:layout_height="wrap_content"
|
|
|
25
|
+ android:layout_weight="1"
|
|
|
26
|
+ android:background="@null"
|
|
|
27
|
+ android:hint="@string/input_phone_new"
|
|
|
28
|
+ android:inputType="phone"
|
|
|
29
|
+ android:textSize="15sp" />
|
|
|
30
|
+
|
|
|
31
|
+ </LinearLayout>
|
|
|
32
|
+
|
|
|
33
|
+ <View
|
|
|
34
|
+ android:layout_width="match_parent"
|
|
|
35
|
+ android:layout_height="0.5dp"
|
|
|
36
|
+ android:layout_marginTop="11dp"
|
|
|
37
|
+ android:background="@color/gray_e5e5e5" />
|
|
|
38
|
+ </LinearLayout>
|
|
9
|
39
|
<LinearLayout
|
|
10
|
40
|
android:layout_width="match_parent"
|
|
11
|
41
|
android:layout_height="54dp"
|
|
|
@@ -53,39 +83,6 @@
|
|
53
|
83
|
android:layout_marginTop="11dp"
|
|
54
|
84
|
android:background="@color/gray_e5e5e5" />
|
|
55
|
85
|
</LinearLayout>
|
|
56
|
|
-
|
|
57
|
|
- <LinearLayout
|
|
58
|
|
- android:layout_width="match_parent"
|
|
59
|
|
- android:layout_height="wrap_content"
|
|
60
|
|
- android:layout_marginStart="@dimen/permission_dp_20"
|
|
61
|
|
- android:layout_marginTop="30dp"
|
|
62
|
|
- android:layout_marginEnd="@dimen/permission_dp_20"
|
|
63
|
|
- android:orientation="vertical">
|
|
64
|
|
-
|
|
65
|
|
- <LinearLayout
|
|
66
|
|
- android:layout_width="match_parent"
|
|
67
|
|
- android:layout_height="wrap_content"
|
|
68
|
|
- android:orientation="horizontal">
|
|
69
|
|
-
|
|
70
|
|
- <EditText
|
|
71
|
|
- android:id="@+id/et_phone_new"
|
|
72
|
|
- android:layout_width="0dp"
|
|
73
|
|
- android:layout_height="wrap_content"
|
|
74
|
|
- android:layout_weight="1"
|
|
75
|
|
- android:background="@null"
|
|
76
|
|
- android:hint="@string/input_phone"
|
|
77
|
|
- android:inputType="phone"
|
|
78
|
|
- android:textSize="15sp" />
|
|
79
|
|
-
|
|
80
|
|
- </LinearLayout>
|
|
81
|
|
-
|
|
82
|
|
- <View
|
|
83
|
|
- android:layout_width="match_parent"
|
|
84
|
|
- android:layout_height="0.5dp"
|
|
85
|
|
- android:layout_marginTop="11dp"
|
|
86
|
|
- android:background="@color/gray_e5e5e5" />
|
|
87
|
|
- </LinearLayout>
|
|
88
|
|
-
|
|
89
|
86
|
<LinearLayout
|
|
90
|
87
|
android:id="@+id/linearLayout"
|
|
91
|
88
|
android:layout_width="match_parent"
|