jg_activity_personal_setting.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@color/color_f6f8f9"
  8. android:orientation="vertical">
  9. <include
  10. android:id="@+id/toolbar_include"
  11. layout="@layout/common_toolbar_layout" />
  12. <ScrollView
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent">
  15. <androidx.constraintlayout.widget.ConstraintLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="wrap_content">
  18. <androidx.constraintlayout.widget.ConstraintLayout
  19. android:id="@+id/cs_info"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:layout_marginStart="14dp"
  23. android:layout_marginTop="15dp"
  24. android:layout_marginEnd="14dp"
  25. android:paddingBottom="15dp"
  26. app:layout_constraintLeft_toLeftOf="parent"
  27. app:layout_constraintTop_toTopOf="parent">
  28. <androidx.constraintlayout.widget.ConstraintLayout
  29. android:id="@+id/cl_header"
  30. android:layout_width="match_parent"
  31. android:layout_height="@dimen/dp_80"
  32. android:background="@drawable/bg_white_10dp"
  33. app:layout_constraintLeft_toLeftOf="parent"
  34. app:layout_constraintTop_toTopOf="parent">
  35. <de.hdodenhof.circleimageview.CircleImageView
  36. android:id="@+id/im_header"
  37. android:layout_width="@dimen/dp_54"
  38. android:layout_height="@dimen/dp_54"
  39. android:layout_marginLeft="12dp"
  40. android:src="@drawable/icon_default_head"
  41. app:layout_constraintBottom_toBottomOf="parent"
  42. app:layout_constraintLeft_toLeftOf="parent"
  43. app:layout_constraintTop_toTopOf="parent" />
  44. <TextView
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_marginRight="28dp"
  48. android:text="修改头像"
  49. android:textColor="@color/color_999999"
  50. android:textSize="@dimen/sp_16"
  51. app:layout_constraintBottom_toBottomOf="@+id/im_header"
  52. app:layout_constraintRight_toRightOf="parent"
  53. app:layout_constraintTop_toTopOf="@+id/im_header" />
  54. <ImageView
  55. android:layout_width="@dimen/dp_6"
  56. android:layout_height="@dimen/dp_11"
  57. android:layout_marginRight="12dp"
  58. android:background="@drawable/icon_arrow_right"
  59. app:layout_constraintBottom_toBottomOf="@+id/im_header"
  60. app:layout_constraintRight_toRightOf="parent"
  61. app:layout_constraintTop_toTopOf="@+id/im_header" />
  62. </androidx.constraintlayout.widget.ConstraintLayout>
  63. <View
  64. android:layout_width="0dp"
  65. android:layout_height="0dp"
  66. android:background="@drawable/bg_white_10dp"
  67. app:layout_constraintBottom_toBottomOf="@+id/cs_sign_out_accout"
  68. app:layout_constraintLeft_toLeftOf="@+id/cl_name"
  69. app:layout_constraintRight_toRightOf="@+id/cl_name"
  70. app:layout_constraintTop_toTopOf="@+id/cl_name" />
  71. <androidx.constraintlayout.widget.ConstraintLayout
  72. android:id="@+id/cl_name"
  73. android:layout_width="match_parent"
  74. android:layout_height="@dimen/dp_55"
  75. android:layout_marginTop="12dp"
  76. app:layout_constraintLeft_toLeftOf="parent"
  77. app:layout_constraintTop_toBottomOf="@+id/cl_header">
  78. <TextView
  79. android:layout_width="wrap_content"
  80. android:layout_height="wrap_content"
  81. android:layout_marginLeft="12dp"
  82. android:text="姓名"
  83. android:textColor="@color/color_1a1a1a"
  84. android:textSize="@dimen/sp_16"
  85. app:layout_constraintBottom_toBottomOf="parent"
  86. app:layout_constraintLeft_toLeftOf="parent"
  87. app:layout_constraintTop_toTopOf="parent" />
  88. <TextView
  89. android:id="@+id/tv_nickname"
  90. android:layout_width="wrap_content"
  91. android:layout_height="wrap_content"
  92. android:layout_marginRight="28dp"
  93. android:text="--"
  94. android:textColor="@color/color_aaaaaa"
  95. android:textSize="@dimen/sp_16"
  96. app:layout_constraintBottom_toBottomOf="parent"
  97. app:layout_constraintRight_toRightOf="parent"
  98. app:layout_constraintTop_toTopOf="parent" />
  99. <ImageView
  100. android:layout_width="@dimen/dp_6"
  101. android:layout_height="@dimen/dp_11"
  102. android:layout_marginRight="12dp"
  103. android:background="@drawable/icon_arrow_right"
  104. app:layout_constraintBottom_toBottomOf="parent"
  105. app:layout_constraintRight_toRightOf="parent"
  106. app:layout_constraintTop_toTopOf="parent" />
  107. <View
  108. android:layout_width="match_parent"
  109. android:layout_height="1dp"
  110. android:layout_marginLeft="11dp"
  111. android:layout_marginRight="11dp"
  112. android:background="@color/color_f2f2f2"
  113. app:layout_constraintBottom_toBottomOf="parent"
  114. app:layout_constraintLeft_toLeftOf="parent" />
  115. </androidx.constraintlayout.widget.ConstraintLayout>
  116. <androidx.constraintlayout.widget.ConstraintLayout
  117. android:id="@+id/cl_sex"
  118. android:layout_width="match_parent"
  119. android:layout_height="@dimen/dp_55"
  120. app:layout_constraintLeft_toLeftOf="parent"
  121. app:layout_constraintTop_toBottomOf="@+id/cl_name">
  122. <TextView
  123. android:layout_width="wrap_content"
  124. android:layout_height="wrap_content"
  125. android:layout_marginLeft="12dp"
  126. android:text="性别"
  127. android:textColor="@color/color_1a1a1a"
  128. android:textSize="@dimen/sp_16"
  129. app:layout_constraintBottom_toBottomOf="parent"
  130. app:layout_constraintLeft_toLeftOf="parent"
  131. app:layout_constraintTop_toTopOf="parent" />
  132. <TextView
  133. android:id="@+id/tv_sex"
  134. android:layout_width="wrap_content"
  135. android:layout_height="wrap_content"
  136. android:layout_marginRight="28dp"
  137. android:text="--"
  138. android:textColor="@color/color_aaaaaa"
  139. android:textSize="@dimen/sp_16"
  140. app:layout_constraintBottom_toBottomOf="parent"
  141. app:layout_constraintRight_toRightOf="parent"
  142. app:layout_constraintTop_toTopOf="parent" />
  143. <ImageView
  144. android:layout_width="@dimen/dp_6"
  145. android:layout_height="@dimen/dp_11"
  146. android:layout_marginRight="12dp"
  147. android:background="@drawable/icon_arrow_right"
  148. app:layout_constraintBottom_toBottomOf="parent"
  149. app:layout_constraintRight_toRightOf="parent"
  150. app:layout_constraintTop_toTopOf="parent" />
  151. <View
  152. android:layout_width="match_parent"
  153. android:layout_height="1dp"
  154. android:layout_marginLeft="11dp"
  155. android:layout_marginRight="11dp"
  156. android:background="@color/color_f2f2f2"
  157. app:layout_constraintBottom_toBottomOf="parent"
  158. app:layout_constraintLeft_toLeftOf="parent" />
  159. </androidx.constraintlayout.widget.ConstraintLayout>
  160. <androidx.constraintlayout.widget.ConstraintLayout
  161. android:id="@+id/cl_score"
  162. android:layout_width="match_parent"
  163. android:layout_height="@dimen/dp_55"
  164. app:layout_constraintLeft_toLeftOf="parent"
  165. app:layout_constraintTop_toBottomOf="@+id/cl_sex">
  166. <TextView
  167. android:layout_width="wrap_content"
  168. android:layout_height="wrap_content"
  169. android:layout_marginLeft="12dp"
  170. android:text="声部"
  171. android:textColor="@color/color_1a1a1a"
  172. android:textSize="@dimen/sp_16"
  173. app:layout_constraintBottom_toBottomOf="parent"
  174. app:layout_constraintLeft_toLeftOf="parent"
  175. app:layout_constraintTop_toTopOf="parent" />
  176. <TextView
  177. android:id="@+id/tv_score"
  178. android:layout_width="wrap_content"
  179. android:layout_height="wrap_content"
  180. android:layout_marginRight="12dp"
  181. android:text="--"
  182. android:textColor="@color/color_aaaaaa"
  183. android:textSize="@dimen/sp_16"
  184. app:layout_constraintBottom_toBottomOf="parent"
  185. app:layout_constraintRight_toRightOf="parent"
  186. app:layout_constraintTop_toTopOf="parent" />
  187. <ImageView
  188. android:layout_width="@dimen/dp_6"
  189. android:layout_height="@dimen/dp_11"
  190. android:layout_marginRight="12dp"
  191. android:background="@drawable/icon_arrow_right"
  192. android:visibility="gone"
  193. app:layout_constraintBottom_toBottomOf="parent"
  194. app:layout_constraintRight_toRightOf="parent"
  195. app:layout_constraintTop_toTopOf="parent" />
  196. <View
  197. android:layout_width="match_parent"
  198. android:layout_height="1dp"
  199. android:layout_marginLeft="11dp"
  200. android:layout_marginRight="11dp"
  201. android:background="@color/color_f2f2f2"
  202. app:layout_constraintBottom_toBottomOf="parent"
  203. app:layout_constraintLeft_toLeftOf="parent" />
  204. </androidx.constraintlayout.widget.ConstraintLayout>
  205. <androidx.constraintlayout.widget.ConstraintLayout
  206. android:id="@+id/cl_birthday"
  207. android:layout_width="match_parent"
  208. android:layout_height="@dimen/dp_55"
  209. app:layout_constraintLeft_toLeftOf="parent"
  210. app:layout_constraintTop_toBottomOf="@+id/cl_score">
  211. <TextView
  212. android:layout_width="wrap_content"
  213. android:layout_height="wrap_content"
  214. android:layout_marginLeft="12dp"
  215. android:text="出生年份"
  216. android:textColor="@color/color_1a1a1a"
  217. android:textSize="@dimen/sp_16"
  218. app:layout_constraintBottom_toBottomOf="parent"
  219. app:layout_constraintLeft_toLeftOf="parent"
  220. app:layout_constraintTop_toTopOf="parent" />
  221. <TextView
  222. android:id="@+id/tv_birthday"
  223. android:layout_width="wrap_content"
  224. android:layout_height="wrap_content"
  225. android:layout_marginRight="28dp"
  226. android:text="--"
  227. android:textColor="@color/color_aaaaaa"
  228. android:textSize="@dimen/sp_16"
  229. app:layout_constraintBottom_toBottomOf="parent"
  230. app:layout_constraintRight_toRightOf="parent"
  231. app:layout_constraintTop_toTopOf="parent" />
  232. <ImageView
  233. android:layout_width="@dimen/dp_6"
  234. android:layout_height="@dimen/dp_11"
  235. android:layout_marginRight="12dp"
  236. android:background="@drawable/icon_arrow_right"
  237. app:layout_constraintBottom_toBottomOf="parent"
  238. app:layout_constraintRight_toRightOf="parent"
  239. app:layout_constraintTop_toTopOf="parent" />
  240. <View
  241. android:layout_width="match_parent"
  242. android:layout_height="1dp"
  243. android:layout_marginLeft="11dp"
  244. android:layout_marginRight="11dp"
  245. android:background="@color/color_f2f2f2"
  246. app:layout_constraintBottom_toBottomOf="parent"
  247. app:layout_constraintLeft_toLeftOf="parent" />
  248. </androidx.constraintlayout.widget.ConstraintLayout>
  249. <androidx.constraintlayout.widget.ConstraintLayout
  250. android:id="@+id/cl_phone"
  251. android:layout_width="match_parent"
  252. android:layout_height="@dimen/dp_55"
  253. app:layout_constraintLeft_toLeftOf="parent"
  254. app:layout_constraintTop_toBottomOf="@+id/cl_birthday">
  255. <TextView
  256. android:layout_width="wrap_content"
  257. android:layout_height="wrap_content"
  258. android:layout_marginLeft="12dp"
  259. android:text="手机号"
  260. android:textColor="@color/color_1a1a1a"
  261. android:textSize="@dimen/sp_16"
  262. app:layout_constraintBottom_toBottomOf="parent"
  263. app:layout_constraintLeft_toLeftOf="parent"
  264. app:layout_constraintTop_toTopOf="parent" />
  265. <TextView
  266. android:id="@+id/tv_phone"
  267. android:layout_width="wrap_content"
  268. android:layout_height="wrap_content"
  269. android:layout_marginRight="28dp"
  270. android:text="--"
  271. android:textColor="@color/color_aaaaaa"
  272. android:textSize="@dimen/sp_16"
  273. app:layout_constraintBottom_toBottomOf="parent"
  274. app:layout_constraintRight_toRightOf="parent"
  275. app:layout_constraintTop_toTopOf="parent" />
  276. <ImageView
  277. android:layout_width="@dimen/dp_6"
  278. android:layout_height="@dimen/dp_11"
  279. android:layout_marginRight="12dp"
  280. android:background="@drawable/icon_arrow_right"
  281. app:layout_constraintBottom_toBottomOf="parent"
  282. app:layout_constraintRight_toRightOf="parent"
  283. app:layout_constraintTop_toTopOf="parent" />
  284. <View
  285. android:layout_width="match_parent"
  286. android:layout_height="1dp"
  287. android:layout_marginLeft="11dp"
  288. android:layout_marginRight="11dp"
  289. android:background="@color/color_f2f2f2"
  290. app:layout_constraintBottom_toBottomOf="parent"
  291. app:layout_constraintLeft_toLeftOf="parent" />
  292. </androidx.constraintlayout.widget.ConstraintLayout>
  293. <androidx.constraintlayout.widget.ConstraintLayout
  294. android:id="@+id/cl_group_name"
  295. android:layout_width="match_parent"
  296. android:layout_height="@dimen/dp_55"
  297. app:layout_constraintLeft_toLeftOf="parent"
  298. app:layout_constraintTop_toBottomOf="@+id/cl_phone">
  299. <TextView
  300. android:layout_width="wrap_content"
  301. android:layout_height="wrap_content"
  302. android:layout_marginLeft="12dp"
  303. android:text="小组"
  304. android:textColor="@color/color_1a1a1a"
  305. android:textSize="@dimen/sp_16"
  306. app:layout_constraintBottom_toBottomOf="parent"
  307. app:layout_constraintLeft_toLeftOf="parent"
  308. app:layout_constraintTop_toTopOf="parent" />
  309. <TextView
  310. android:id="@+id/tv_group_name"
  311. android:layout_width="wrap_content"
  312. android:layout_height="wrap_content"
  313. android:layout_marginRight="12dp"
  314. android:text="--"
  315. android:textColor="@color/color_aaaaaa"
  316. android:textSize="@dimen/sp_16"
  317. app:layout_constraintBottom_toBottomOf="parent"
  318. app:layout_constraintRight_toRightOf="parent"
  319. app:layout_constraintTop_toTopOf="parent"
  320. tools:text="武汉市梨花街道第二小学音乐小组" />
  321. <ImageView
  322. android:layout_width="@dimen/dp_6"
  323. android:layout_height="@dimen/dp_11"
  324. android:layout_marginRight="12dp"
  325. android:background="@drawable/icon_arrow_right"
  326. android:visibility="gone"
  327. app:layout_constraintBottom_toBottomOf="parent"
  328. app:layout_constraintRight_toRightOf="parent"
  329. app:layout_constraintTop_toTopOf="parent" />
  330. <View
  331. android:layout_width="match_parent"
  332. android:layout_height="1dp"
  333. android:layout_marginLeft="11dp"
  334. android:layout_marginRight="11dp"
  335. android:background="@color/color_f2f2f2"
  336. app:layout_constraintBottom_toBottomOf="parent"
  337. app:layout_constraintLeft_toLeftOf="parent" />
  338. </androidx.constraintlayout.widget.ConstraintLayout>
  339. <androidx.constraintlayout.widget.ConstraintLayout
  340. android:id="@+id/cl_modify_psd"
  341. android:layout_width="match_parent"
  342. android:layout_height="@dimen/dp_55"
  343. app:layout_constraintLeft_toLeftOf="parent"
  344. app:layout_constraintTop_toBottomOf="@+id/cl_group_name">
  345. <TextView
  346. android:layout_width="wrap_content"
  347. android:layout_height="wrap_content"
  348. android:layout_marginLeft="12dp"
  349. android:text="修改密码"
  350. android:textColor="@color/color_1a1a1a"
  351. android:textSize="@dimen/sp_16"
  352. app:layout_constraintBottom_toBottomOf="parent"
  353. app:layout_constraintLeft_toLeftOf="parent"
  354. app:layout_constraintTop_toTopOf="parent" />
  355. <ImageView
  356. android:layout_width="@dimen/dp_6"
  357. android:layout_height="@dimen/dp_11"
  358. android:layout_marginRight="12dp"
  359. android:background="@drawable/icon_arrow_right"
  360. app:layout_constraintBottom_toBottomOf="parent"
  361. app:layout_constraintRight_toRightOf="parent"
  362. app:layout_constraintTop_toTopOf="parent" />
  363. <View
  364. android:layout_width="match_parent"
  365. android:layout_height="1dp"
  366. android:layout_marginLeft="11dp"
  367. android:layout_marginRight="11dp"
  368. android:background="@color/color_f2f2f2"
  369. android:visibility="gone"
  370. app:layout_constraintBottom_toBottomOf="parent"
  371. app:layout_constraintLeft_toLeftOf="parent" />
  372. </androidx.constraintlayout.widget.ConstraintLayout>
  373. <androidx.constraintlayout.widget.ConstraintLayout
  374. android:id="@+id/cl_certification"
  375. android:layout_width="match_parent"
  376. android:layout_height="@dimen/dp_55"
  377. android:visibility="gone"
  378. app:layout_constraintLeft_toLeftOf="parent"
  379. app:layout_constraintTop_toBottomOf="@+id/cl_modify_psd">
  380. <TextView
  381. android:layout_width="wrap_content"
  382. android:layout_height="wrap_content"
  383. android:layout_marginLeft="12dp"
  384. android:text="实名认证"
  385. android:textColor="@color/color_1a1a1a"
  386. android:textSize="@dimen/sp_16"
  387. app:layout_constraintBottom_toBottomOf="parent"
  388. app:layout_constraintLeft_toLeftOf="parent"
  389. app:layout_constraintTop_toTopOf="parent" />
  390. <TextView
  391. android:id="@+id/tv_certification_status"
  392. android:layout_width="wrap_content"
  393. android:layout_height="wrap_content"
  394. android:layout_marginRight="28dp"
  395. android:text="--"
  396. android:textColor="@color/color_999999"
  397. android:textSize="@dimen/sp_16"
  398. app:layout_constraintBottom_toBottomOf="parent"
  399. app:layout_constraintRight_toRightOf="parent"
  400. app:layout_constraintTop_toTopOf="parent" />
  401. <ImageView
  402. android:layout_width="@dimen/dp_6"
  403. android:layout_height="@dimen/dp_11"
  404. android:layout_marginRight="12dp"
  405. android:background="@drawable/icon_arrow_right"
  406. app:layout_constraintBottom_toBottomOf="parent"
  407. app:layout_constraintRight_toRightOf="parent"
  408. app:layout_constraintTop_toTopOf="parent" />
  409. </androidx.constraintlayout.widget.ConstraintLayout>
  410. <androidx.constraintlayout.widget.ConstraintLayout
  411. android:id="@+id/cl_clear_cache"
  412. android:layout_width="match_parent"
  413. android:layout_height="55dp"
  414. app:layout_constraintLeft_toLeftOf="parent"
  415. app:layout_constraintTop_toBottomOf="@+id/cl_certification">
  416. <View
  417. android:layout_width="match_parent"
  418. android:layout_height="1dp"
  419. android:layout_marginLeft="11dp"
  420. android:layout_marginRight="11dp"
  421. android:background="@color/color_f2f2f2"
  422. app:layout_constraintLeft_toLeftOf="parent"
  423. app:layout_constraintTop_toTopOf="parent" />
  424. <TextView
  425. android:id="@+id/tv_clear_cache"
  426. android:layout_width="match_parent"
  427. android:layout_height="0dp"
  428. android:layout_marginLeft="12dp"
  429. android:gravity="center_vertical"
  430. android:text="清除缓存"
  431. android:textColor="@color/color_1a1a1a"
  432. android:textSize="@dimen/sp_16"
  433. app:layout_constraintBottom_toBottomOf="parent"
  434. app:layout_constraintLeft_toLeftOf="parent"
  435. app:layout_constraintTop_toTopOf="parent" />
  436. <ImageView
  437. android:layout_width="@dimen/dp_6"
  438. android:layout_height="@dimen/dp_11"
  439. android:layout_marginRight="12dp"
  440. android:background="@drawable/icon_arrow_right"
  441. app:layout_constraintBottom_toBottomOf="parent"
  442. app:layout_constraintRight_toRightOf="parent"
  443. app:layout_constraintTop_toTopOf="parent" />
  444. </androidx.constraintlayout.widget.ConstraintLayout>
  445. <androidx.constraintlayout.widget.ConstraintLayout
  446. android:id="@+id/cs_sign_out_accout"
  447. android:layout_width="match_parent"
  448. android:layout_height="55dp"
  449. app:layout_constraintLeft_toLeftOf="parent"
  450. app:layout_constraintTop_toBottomOf="@+id/cl_clear_cache">
  451. <View
  452. android:layout_width="match_parent"
  453. android:layout_height="1dp"
  454. android:layout_marginLeft="11dp"
  455. android:layout_marginRight="11dp"
  456. android:background="@color/color_f2f2f2"
  457. app:layout_constraintLeft_toLeftOf="parent"
  458. app:layout_constraintTop_toTopOf="parent" />
  459. <TextView
  460. android:id="@+id/tv_sign_out_account"
  461. android:layout_width="match_parent"
  462. android:layout_height="0dp"
  463. android:layout_marginLeft="12dp"
  464. android:gravity="center_vertical"
  465. android:text="注销账号"
  466. android:textColor="@color/color_1a1a1a"
  467. android:textSize="@dimen/sp_16"
  468. app:layout_constraintBottom_toBottomOf="parent"
  469. app:layout_constraintLeft_toLeftOf="parent"
  470. app:layout_constraintTop_toTopOf="parent" />
  471. <ImageView
  472. android:layout_width="@dimen/dp_6"
  473. android:layout_height="@dimen/dp_11"
  474. android:layout_marginRight="12dp"
  475. android:background="@drawable/icon_arrow_right"
  476. app:layout_constraintBottom_toBottomOf="parent"
  477. app:layout_constraintRight_toRightOf="parent"
  478. app:layout_constraintTop_toTopOf="parent" />
  479. </androidx.constraintlayout.widget.ConstraintLayout>
  480. </androidx.constraintlayout.widget.ConstraintLayout>
  481. <TextView
  482. android:id="@+id/tv_logout"
  483. android:layout_width="0dp"
  484. android:layout_height="44dp"
  485. android:layout_alignParentBottom="true"
  486. android:layout_marginStart="25dp"
  487. android:layout_marginTop="50dp"
  488. android:layout_marginEnd="25dp"
  489. android:background="@drawable/shape_fe2451_39dp"
  490. android:gravity="center"
  491. android:text="退出登录"
  492. android:textColor="@color/white"
  493. android:textSize="@dimen/sp_18"
  494. android:textStyle="bold"
  495. app:layout_constraintLeft_toLeftOf="parent"
  496. app:layout_constraintRight_toRightOf="parent"
  497. app:layout_constraintTop_toBottomOf="@+id/cs_info" />
  498. </androidx.constraintlayout.widget.ConstraintLayout>
  499. </ScrollView>
  500. </LinearLayout>