Commit ec3fda0407a309e9fb8f4eb7b66d50102d5ec1fe
1 parent
0b812b00
添加机构校验成功页面
Showing
2 changed files
with
302 additions
and
6 deletions
core/dentity_verfication/src/main/res/layout/fragment_take_identity_picture.xml
| 1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| 2 | +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| 3 | 3 | xmlns:tools="http://schemas.android.com/tools" |
| 4 | 4 | android:layout_width="match_parent" |
| 5 | 5 | android:layout_height="match_parent" |
| 6 | + android:orientation="vertical" | |
| 6 | 7 | tools:context=".fragment.TakeIdentityPictureFragment"> |
| 7 | 8 | |
| 8 | - <!-- TODO: Update blank fragment layout --> | |
| 9 | - <TextView | |
| 9 | + <com.qmuiteam.qmui.widget.QMUITopBar | |
| 10 | + android:id="@+id/topbar" | |
| 10 | 11 | android:layout_width="match_parent" |
| 11 | - android:layout_height="match_parent" | |
| 12 | - android:text="@string/hello_blank_fragment" /> | |
| 12 | + android:layout_height="?attr/qmui_topbar_height" /> | |
| 13 | 13 | |
| 14 | -</FrameLayout> | |
| 15 | 14 | \ No newline at end of file |
| 15 | + <ScrollView | |
| 16 | + android:layout_width="match_parent" | |
| 17 | + android:layout_height="match_parent"> | |
| 18 | + | |
| 19 | + <LinearLayout | |
| 20 | + android:layout_width="match_parent" | |
| 21 | + android:layout_height="match_parent" | |
| 22 | + android:orientation="vertical"> | |
| 23 | + | |
| 24 | + <RelativeLayout | |
| 25 | + android:layout_width="match_parent" | |
| 26 | + android:layout_height="wrap_content" | |
| 27 | + android:layout_margin="10dp"> | |
| 28 | + | |
| 29 | + <LinearLayout | |
| 30 | + android:layout_width="wrap_content" | |
| 31 | + android:layout_height="wrap_content" | |
| 32 | + android:orientation="vertical"> | |
| 33 | + | |
| 34 | + <TextView | |
| 35 | + android:layout_width="wrap_content" | |
| 36 | + android:layout_height="wrap_content" | |
| 37 | + android:textColor="@color/color_1a1a1a" | |
| 38 | + android:drawablePadding="10dp" | |
| 39 | + android:drawableLeft="@drawable/xzjg" | |
| 40 | + android:text="@string/your_company_msg" | |
| 41 | + android:textSize="16sp" | |
| 42 | + /> | |
| 43 | + | |
| 44 | + <LinearLayout | |
| 45 | + android:layout_width="wrap_content" | |
| 46 | + android:layout_height="wrap_content" | |
| 47 | + android:orientation="horizontal" | |
| 48 | + android:layout_marginTop="30dp"> | |
| 49 | + | |
| 50 | + <TextView | |
| 51 | + android:layout_width="wrap_content" | |
| 52 | + android:layout_height="wrap_content" | |
| 53 | + android:textSize="13sp" | |
| 54 | + android:textColor="@color/color_333333" | |
| 55 | + android:text="@string/company_name"/> | |
| 56 | + | |
| 57 | + <TextView | |
| 58 | + android:id="@+id/company_name" | |
| 59 | + android:layout_width="wrap_content" | |
| 60 | + android:layout_height="wrap_content" | |
| 61 | + android:textSize="13sp" | |
| 62 | + android:textColor="@color/color_B9B9B9" | |
| 63 | + android:text="北京中投视讯文化传媒股份有限公司"/> | |
| 64 | + </LinearLayout> | |
| 65 | + | |
| 66 | + <LinearLayout | |
| 67 | + android:layout_width="wrap_content" | |
| 68 | + android:layout_height="wrap_content" | |
| 69 | + android:orientation="horizontal" | |
| 70 | + android:layout_marginTop="20dp"> | |
| 71 | + | |
| 72 | + <TextView | |
| 73 | + android:layout_width="wrap_content" | |
| 74 | + android:layout_height="wrap_content" | |
| 75 | + android:textSize="13sp" | |
| 76 | + android:textColor="@color/color_333333" | |
| 77 | + android:text="@string/company_logo"/> | |
| 78 | + | |
| 79 | + <ImageView | |
| 80 | + android:id="@+id/company_logo" | |
| 81 | + android:layout_width="60dp" | |
| 82 | + android:layout_height="60dp" | |
| 83 | + android:layout_marginLeft="10dp"/> | |
| 84 | + | |
| 85 | + </LinearLayout> | |
| 86 | + </LinearLayout> | |
| 87 | + | |
| 88 | + <ImageView | |
| 89 | + android:layout_width="wrap_content" | |
| 90 | + android:layout_height="wrap_content" | |
| 91 | + android:layout_alignParentRight="true" | |
| 92 | + android:layout_margin="10dp" | |
| 93 | + android:src="@drawable/check_success" /> | |
| 94 | + </RelativeLayout> | |
| 95 | + | |
| 96 | + <LinearLayout | |
| 97 | + android:layout_width="wrap_content" | |
| 98 | + android:layout_height="wrap_content" | |
| 99 | + android:orientation="horizontal" | |
| 100 | + android:layout_marginTop="30dp"> | |
| 101 | + | |
| 102 | + <TextView | |
| 103 | + android:layout_width="wrap_content" | |
| 104 | + android:layout_height="wrap_content" | |
| 105 | + android:textSize="13sp" | |
| 106 | + android:textColor="@color/color_333333" | |
| 107 | + android:text="公司简称:"/> | |
| 108 | + | |
| 109 | + <TextView | |
| 110 | + android:layout_width="wrap_content" | |
| 111 | + android:layout_height="wrap_content" | |
| 112 | + android:textSize="13sp" | |
| 113 | + android:textColor="@color/color_B9B9B9" | |
| 114 | + android:text="正在上演"/> | |
| 115 | + </LinearLayout> | |
| 116 | + <LinearLayout | |
| 117 | + android:layout_width="wrap_content" | |
| 118 | + android:layout_height="wrap_content" | |
| 119 | + android:orientation="horizontal" | |
| 120 | + android:layout_marginTop="30dp"> | |
| 121 | + | |
| 122 | + <TextView | |
| 123 | + android:layout_width="wrap_content" | |
| 124 | + android:layout_height="wrap_content" | |
| 125 | + android:textSize="13sp" | |
| 126 | + android:textColor="@color/color_333333" | |
| 127 | + android:text="企业代码:"/> | |
| 128 | + | |
| 129 | + <TextView | |
| 130 | + android:layout_width="wrap_content" | |
| 131 | + android:layout_height="wrap_content" | |
| 132 | + android:textSize="13sp" | |
| 133 | + android:textColor="@color/color_B9B9B9" | |
| 134 | + android:text="fbx654875121544"/> | |
| 135 | + </LinearLayout> | |
| 136 | + <LinearLayout | |
| 137 | + android:layout_width="wrap_content" | |
| 138 | + android:layout_height="wrap_content" | |
| 139 | + android:orientation="horizontal" | |
| 140 | + android:layout_marginTop="30dp"> | |
| 141 | + | |
| 142 | + <TextView | |
| 143 | + android:layout_width="wrap_content" | |
| 144 | + android:layout_height="wrap_content" | |
| 145 | + android:textSize="13sp" | |
| 146 | + android:textColor="@color/color_333333" | |
| 147 | + android:text="企业简介:"/> | |
| 148 | + | |
| 149 | + <TextView | |
| 150 | + android:layout_width="wrap_content" | |
| 151 | + android:layout_height="wrap_content" | |
| 152 | + android:textSize="13sp" | |
| 153 | + android:textColor="@color/color_B9B9B9" | |
| 154 | + android:text="正在上演专门传播影视文化内容"/> | |
| 155 | + </LinearLayout> | |
| 156 | + <LinearLayout | |
| 157 | + android:layout_width="wrap_content" | |
| 158 | + android:layout_height="wrap_content" | |
| 159 | + android:orientation="horizontal" | |
| 160 | + android:layout_marginTop="30dp"> | |
| 161 | + | |
| 162 | + <TextView | |
| 163 | + android:layout_width="wrap_content" | |
| 164 | + android:layout_height="wrap_content" | |
| 165 | + android:textSize="13sp" | |
| 166 | + android:textColor="@color/color_333333" | |
| 167 | + android:text="企业地址:"/> | |
| 168 | + | |
| 169 | + <TextView | |
| 170 | + android:layout_width="wrap_content" | |
| 171 | + android:layout_height="wrap_content" | |
| 172 | + android:textSize="13sp" | |
| 173 | + android:textColor="@color/color_B9B9B9"/> | |
| 174 | + </LinearLayout> | |
| 175 | + <LinearLayout | |
| 176 | + android:layout_width="wrap_content" | |
| 177 | + android:layout_height="wrap_content" | |
| 178 | + android:orientation="horizontal" | |
| 179 | + android:layout_marginTop="30dp"> | |
| 180 | + | |
| 181 | + <TextView | |
| 182 | + android:layout_width="wrap_content" | |
| 183 | + android:layout_height="wrap_content" | |
| 184 | + android:textSize="13sp" | |
| 185 | + android:textColor="@color/color_333333" | |
| 186 | + android:text="企业类型:"/> | |
| 187 | + | |
| 188 | + <TextView | |
| 189 | + android:layout_width="wrap_content" | |
| 190 | + android:layout_height="wrap_content" | |
| 191 | + android:textSize="13sp" | |
| 192 | + android:textColor="@color/color_B9B9B9"/> | |
| 193 | + </LinearLayout> | |
| 194 | + <LinearLayout | |
| 195 | + android:layout_width="wrap_content" | |
| 196 | + android:layout_height="wrap_content" | |
| 197 | + android:orientation="horizontal" | |
| 198 | + android:layout_marginTop="30dp"> | |
| 199 | + | |
| 200 | + <TextView | |
| 201 | + android:layout_width="wrap_content" | |
| 202 | + android:layout_height="wrap_content" | |
| 203 | + android:textSize="13sp" | |
| 204 | + android:textColor="@color/color_333333" | |
| 205 | + android:text="企业网站:"/> | |
| 206 | + | |
| 207 | + <TextView | |
| 208 | + android:layout_width="wrap_content" | |
| 209 | + android:layout_height="wrap_content" | |
| 210 | + android:textSize="13sp" | |
| 211 | + android:textColor="@color/color_B9B9B9"/> | |
| 212 | + </LinearLayout> | |
| 213 | + <LinearLayout | |
| 214 | + android:layout_width="wrap_content" | |
| 215 | + android:layout_height="wrap_content" | |
| 216 | + android:orientation="horizontal" | |
| 217 | + android:layout_marginTop="30dp"> | |
| 218 | + | |
| 219 | + <TextView | |
| 220 | + android:layout_width="wrap_content" | |
| 221 | + android:layout_height="wrap_content" | |
| 222 | + android:textSize="13sp" | |
| 223 | + android:textColor="@color/color_333333" | |
| 224 | + android:text="企业法人:"/> | |
| 225 | + | |
| 226 | + <TextView | |
| 227 | + android:layout_width="wrap_content" | |
| 228 | + android:layout_height="wrap_content" | |
| 229 | + android:textSize="13sp" | |
| 230 | + android:textColor="@color/color_B9B9B9"/> | |
| 231 | + </LinearLayout> | |
| 232 | + <LinearLayout | |
| 233 | + android:layout_width="wrap_content" | |
| 234 | + android:layout_height="wrap_content" | |
| 235 | + android:orientation="horizontal" | |
| 236 | + android:layout_marginTop="30dp"> | |
| 237 | + | |
| 238 | + <TextView | |
| 239 | + android:layout_width="wrap_content" | |
| 240 | + android:layout_height="wrap_content" | |
| 241 | + android:textSize="13sp" | |
| 242 | + android:textColor="@color/color_333333" | |
| 243 | + android:text="联系人:"/> | |
| 244 | + | |
| 245 | + <TextView | |
| 246 | + android:layout_width="wrap_content" | |
| 247 | + android:layout_height="wrap_content" | |
| 248 | + android:textSize="13sp" | |
| 249 | + android:textColor="@color/color_B9B9B9"/> | |
| 250 | + </LinearLayout> | |
| 251 | + <LinearLayout | |
| 252 | + android:layout_width="wrap_content" | |
| 253 | + android:layout_height="wrap_content" | |
| 254 | + android:orientation="horizontal" | |
| 255 | + android:layout_marginTop="30dp"> | |
| 256 | + | |
| 257 | + <TextView | |
| 258 | + android:layout_width="wrap_content" | |
| 259 | + android:layout_height="wrap_content" | |
| 260 | + android:textSize="13sp" | |
| 261 | + android:textColor="@color/color_333333" | |
| 262 | + android:text="合同编号:"/> | |
| 263 | + | |
| 264 | + <TextView | |
| 265 | + android:layout_width="wrap_content" | |
| 266 | + android:layout_height="wrap_content" | |
| 267 | + android:textSize="13sp" | |
| 268 | + android:textColor="@color/color_B9B9B9"/> | |
| 269 | + </LinearLayout> | |
| 270 | + <LinearLayout | |
| 271 | + android:layout_width="wrap_content" | |
| 272 | + android:layout_height="wrap_content" | |
| 273 | + android:orientation="horizontal" | |
| 274 | + android:layout_marginTop="30dp"> | |
| 275 | + | |
| 276 | + <TextView | |
| 277 | + android:layout_width="wrap_content" | |
| 278 | + android:layout_height="wrap_content" | |
| 279 | + android:textSize="13sp" | |
| 280 | + android:textColor="@color/color_333333" | |
| 281 | + android:text="营业执照号:"/> | |
| 282 | + | |
| 283 | + <TextView | |
| 284 | + android:layout_width="wrap_content" | |
| 285 | + android:layout_height="wrap_content" | |
| 286 | + android:textSize="13sp" | |
| 287 | + android:textColor="@color/color_B9B9B9"/> | |
| 288 | + </LinearLayout> | |
| 289 | + <LinearLayout | |
| 290 | + android:layout_width="wrap_content" | |
| 291 | + android:layout_height="wrap_content" | |
| 292 | + android:orientation="horizontal" | |
| 293 | + android:layout_marginTop="30dp"> | |
| 294 | + | |
| 295 | + <TextView | |
| 296 | + android:layout_width="wrap_content" | |
| 297 | + android:layout_height="wrap_content" | |
| 298 | + android:textSize="13sp" | |
| 299 | + android:textColor="@color/color_333333" | |
| 300 | + android:text="营业执照:"/> | |
| 301 | + | |
| 302 | + <ImageView | |
| 303 | + android:layout_width="100dp" | |
| 304 | + android:layout_height="150dp"/> | |
| 305 | + </LinearLayout> | |
| 306 | + </LinearLayout> | |
| 307 | + </ScrollView> | |
| 308 | +</LinearLayout> | |
| 16 | 309 | \ No newline at end of file | ... | ... |
core/dentity_verfication/src/main/res/values/strings.xml
| ... | ... | @@ -36,4 +36,7 @@ |
| 36 | 36 | <string name="circle_group">圈子群组(子群组):</string> |
| 37 | 37 | <string name="about_num">相关账号(子账号):</string> |
| 38 | 38 | <string name="about_group">相关群组(子群组):</string> |
| 39 | + <string name="your_company_msg">您的公司信息</string> | |
| 40 | + <string name="company_name">公司全称:</string> | |
| 41 | + <string name="company_logo">企业logo:</string> | |
| 39 | 42 | </resources> | ... | ... |