4"
android:background="@color/white"
android:gravity="center|right"
android:hint="请选择运营商"
android:paddingLeft="300px"
android:text=""
android:textColor="@color/ui_62"
android:textColorHint="@color/ui_68"
android:textSize="15sp" />
<ImageView
android:id="@+id/imageView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="44px"
android:src="@drawable/icon_select" />
</com.zhy.autolayout.AutoRelativeLayout>
<!-- 运营商电话 -->
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:layout_marginLeft="44px"
android:background="@color/ui_line" />
<com.zhy.autolayout.AutoLinearLayout
android:layout_width="match_parent"
android:layout_height="139px"
android:background="@color/bg_row"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_marginLeft="44px"
android:layout_marginRight="8px"
android:text="*"
android:textColor="@color/xinghao"
android:textSize="15sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="运营商电话"
android:textColor="@color/ui_65"
android:textSize="15sp" />
<EditText
android:id="@+id/et_telephone"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginLeft="20px"
android:layout_marginRight="44px"
android:layout_weight="5"
android:background="@color/white"
android:gravity="center|right"
android:hint="请填写运营商电话"
android:inputType="text"
android:text=""
android:textColor="@color/ui_62"
android:textColorHint="@color/ui_68"
android:textSize="15sp" />
</com.zhy.autolayout.AutoLinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="@color/ui_line" />
<View
android:layout_width="match_parent"
android:layout_height="44px"
android:background="@color/activity_bgcolor" />
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="@color/ui_line" />
<com.zhy.autolayout.AutoRelativeLayout
android:id="@+id/rl_parkLocation"
android:layout_width="match_parent"
android:layout_height="139px"
android:background="@color/white">
<TextView
android:id="@+id/textView24"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_centerInParent="true"
android:layout_marginLeft="44px"
android:layout_marginRight="8px"
android:text="*"
android:textColor="@color/xinghao"
android:textSize="15sp" />
<TextView
android:id="@+id/textView13"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@+id/textView24"
android:layout_toEndOf="@+id/textView24"
android:layout_toRightOf="@+id/textView24"
android:text="停车场地"
android:textColor="@color/ui_65"
android:textSize="15sp" />
<RadioGroup
android:id="@+id/rg_park"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginEnd="44px"
android:layout_marginRight="44px"
android:orientation="horizontal">
<RadioButton
android:id="@+id/rb_shang"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="44px"
android:background="@drawable/icon_shangselected1105"
android:button="@null" />
<RadioButton
android:id="@+id/rb_xia"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="44px"
android:background="@drawable/icon_xianormal1105"
android:button="@null" />
</RadioGroup>
</com.zhy.autolayout.AutoRelativeLayout>
<View
android:layout_width="fill_parent"
android:layout_height="0.5dp"
android:layout_marginLeft="44px"
android:background="@color/ui_line" />
<com.zhy.autolayout.AutoLinearLayout
android:id="@+id/rl_prefect_time"
android:layout_width="match_parent"
android:layout_height="139px"
android:background="@color/bg_row">
<TextView
android:id="@+id/tv_prefect_time"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_weight="1.5"
android:paddingLeft="44px"
android:text="开放时间"
android:textColor="@color/ui_65"
android:textSize="15sp" />
<TextView
android:id="@+id/tv_prefect_start_time"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:layout_toEndOf="@+id/tv_prefect_time"
android:layout_toRightOf="@+id/tv_prefect_time"
android:gravity="center"
android:hint="00:00"
android:paddingLeft="44px"
android:paddingRight="20px"
android:text=""
android:textColor="@color/ui_62"
android:textColorHint="@color/ui_68"
android:textSize="15sp" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:layout_toEndOf="@id/tv_prefect_time"
android:layout_toRightOf="@id/tv_prefect_start_time"
android:src="@drawable/icon_zhi2_0" />
<TextView
android:id="@+id/tv_ferfect_time"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:contentDescription="@null"
android:gravity="center"
android:hint="24:00"
android:paddingLeft="20px"
android:paddingRight="44px"
android:text=""
android:textColor="@color/ui_62"
android:textColorHint="@color/ui_68"
android:textSize="15sp" />
</com.zhy.autolayout.AutoLinearLayout>
<View
android:layout_width="fill_parent"
android:layout_height="0.5dp"
android:layout_marginLeft="44px"
android:background="@color/ui_line" />
<EditText
android:id="@+id/et_remarkclaim"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:gravity="left|top"
android:hint="备注说明"
android:paddingLeft="44px"
android:paddingTop="48px"
android:paddingRight="44px"
android:paddingBottom="50px"
android:textColor="@color/ui_62"
android:textColorHint="@color/ui_68"
android:textSize="15sp" />
<View
android:layout_width="fill_parent"
android:layout_height="0.5dp"
android:background="@color/ui_line" />
<View
android:layout_width="match_parent"
android:layout_height="44px"
android:background="@color/activity_bgcolor" />
</com.zhy.autolayout.AutoLinearLayout>
</ScrollView>
<TextView
android:id="@+id/share_next"
android:layout_width="match_parent"
android:layout_height="127px"
android:layout_alignParentBottom="true"
android:layout_gravity="center"
android:background="@color/lvse"
android:gravity="center"
android:text="立即提交"
android:textColor="@color/white"
android:textSize="15sp" />
</com.zhy.autolayout.AutoRelativeLayout>
|
|
||
| 37 |
|
37 |
|
| 38 |
|
38 |
|
| 39 |
|
39 |
|
| 40 |
|
|
|
| 41 |
|
40 |
|
| 42 |
|
41 |
|
| 43 |
|
|
|
|
42 |
|
|
|
43 |
|
|
| 44 |
|
44 |
|
| 45 |
|
45 |
|
|
|
||
| 24 |
|
24 |
|
| 25 |
|
25 |
|
| 26 |
|
26 |
|
| 27 |
|
|
|
|
27 |
|
|
| 28 |
|
28 |
|
| 29 |
|
29 |
|
| 30 |
|
30 |
|
| 31 |
|
|
|
|
31 |
|
|
| 32 |
|
32 |
|
| 33 |
|
33 |
|
| 34 |
|
34 |
|
|
|
||
| 1 |
|
|
|
| 2 |
|
|
|
|
1 |
|
|
|
2 |
|
|
| 3 |
|
3 |
|
|
4 |
|
|
| 4 |
|
5 |
|
| 5 |
|
|
|
| 6 |
|
|
|
|
6 |
|
|
| 7 |
|
7 |
|
| 8 |
|
8 |
|
| 9 |
|
9 |
|
| 10 |
|
10 |
|
| 11 |
|
11 |
|
| 12 |
|
12 |
|
| 13 |
|
|
|
| 14 |
|
|
|
| 15 |
|
|
|
| 16 |
|
|
|
| 17 |
|
|
|
| 18 |
|
13 |
|
| 19 |
|
14 |
|
| 20 |
|
15 |
|
|
|
||
| 26 |
|
21 |
|
| 27 |
|
22 |
|
| 28 |
|
23 |
|
| 29 |
|
|
|
|
24 |
|
|
| 30 |
|
25 |
|
| 31 |
|
26 |
|
| 32 |
|
|
|
| 33 |
|
27 |
|
| 34 |
|
|
|
| 35 |
|
|
|
|
28 |
|
|
|
29 |
|
|
| 36 |
|
30 |
|
| 37 |
|
|
|
|
31 |
|
|
|
32 |
|
|
| 38 |
|
33 |
|
| 39 |
|
34 |
|
| 40 |
|
35 |
|
| 41 |
|
36 |
|
| 42 |
|
37 |
|
|
38 |
|
|
|
39 |
|
|
| 43 |
|
40 |
|
| 44 |
|
|
|
| 45 |
|
41 |
|
| 46 |
|
42 |
|
| 47 |
|
|
|
| 48 |
|
|
|
| 49 |
|
|
|
| 50 |
|
|
|
| 51 |
|
|
|
|
43 |
|
|
| 52 |
|
44 |
|
|
45 |
|
|
| 53 |
|
46 |
|
| 54 |
|
47 |
|
| 55 |
|
48 |
|
|
|
||
| 60 |
|
53 |
|
| 61 |
|
54 |
|
| 62 |
|
55 |
|
|
56 |
|
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
| 63 |
|
61 |
|
| 64 |
|
|
|
|
62 |
|
|
| 65 |
|
63 |
|
| 66 |
|
64 |
|
| 67 |
|
|
|
| 68 |
|
|
|
| 69 |
|
|
|
| 70 |
|
|
|
| 71 |
|
|
|
| 72 |
|
|
|
| 73 |
|
|
|
| 74 |
|
|
|
|
65 |
|
|
| 75 |
|
66 |
|
| 76 |
|
67 |
|
| 77 |
|
68 |
|
| 78 |
|
|
|
| 79 |
|
69 |
|
| 80 |
|
70 |
|
| 81 |
|
|
|
|
71 |
|
|
| 82 |
|
72 |
|
|
73 |
|
|
| 83 |
|
74 |
|
| 84 |
|
75 |
|
| 85 |
|
|
|
| 86 |
|
|
|
| 87 |
|
|
|
|
76 |
|
|
|
77 |
|
|
| 88 |
|
78 |
|
| 89 |
|
|
|
| 90 |
|
|
|
| 91 |
|
|
|
| 92 |
|
|
|
| 93 |
|
|
|
| 94 |
|
|
|
| 95 |
|
|
|
|
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
|
85 |
|
|
|
86 |
|
|
|
87 |
|
|
|
88 |
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
| 96 |
|
104 |
|
| 97 |
|
|
|
| 98 |
|
|
|
| 99 |
|
|
|
|
105 |
|
|
|
106 |
|
|
|
107 |
|
|
|
108 |
|
|
|
109 |
|
|
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
|
113 |
|
|
|
114 |
|
|
|
115 |
|
|
|
116 |
|
|
|
117 |
|
|
|
118 |
|
|
|
119 |
|
|
|
120 |
|
|
|
121 |
|
|
|
122 |
|
|
|
123 |
|
|
|
124 |
|
|
|
125 |
|
|
|
126 |
|
|
| 100 |
|
127 |
|
| 101 |
|
128 |
|
|
129 |
|
|
| 102 |
|
130 |
|
| 103 |
|
131 |
|
| 104 |
|
132 |
|
| 105 |
|
133 |
|
| 106 |
|
|
|
|
134 |
|
|
| 107 |
|
135 |
|
| 108 |
|
136 |
|
| 109 |
|
137 |
|
|
|
||
| 50 |
|
50 |
|
| 51 |
|
51 |
|
| 52 |
|
52 |
|
|
53 |
|
|
| 53 |
|
54 |
|
| 54 |
|
55 |
|
| 55 |
|
56 |
|