popupwindow_mi_sound_qrcode_layout.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:clickable="true"
  9. android:focusableInTouchMode="true">
  10. <FrameLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:background="@color/translucent_background"></FrameLayout>
  14. <androidx.constraintlayout.widget.ConstraintLayout
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent">
  17. <androidx.constraintlayout.widget.ConstraintLayout
  18. android:layout_width="1280dp"
  19. android:layout_height="720dp"
  20. android:clickable="true"
  21. android:focusableInTouchMode="true"
  22. android:orientation="vertical"
  23. app:layout_constraintBottom_toBottomOf="parent"
  24. app:layout_constraintDimensionRatio="h,16:9"
  25. app:layout_constraintEnd_toEndOf="parent"
  26. app:layout_constraintStart_toStartOf="parent"
  27. app:layout_constraintTop_toTopOf="parent">
  28. <!--扫码登录-->
  29. <androidx.constraintlayout.widget.ConstraintLayout
  30. android:id="@+id/popupwindow_mi_sound_qrcode_login_layout"
  31. android:layout_width="686dp"
  32. android:layout_height="515dp"
  33. android:layout_gravity="center"
  34. android:background="@drawable/mi_sound_login_bg"
  35. android:visibility="gone"
  36. app:layout_constraintBottom_toBottomOf="parent"
  37. app:layout_constraintEnd_toEndOf="parent"
  38. app:layout_constraintStart_toStartOf="parent"
  39. app:layout_constraintTop_toTopOf="parent">
  40. <TextView
  41. android:id="@+id/textView3"
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:layout_marginTop="41dp"
  45. android:text="微信扫码登录"
  46. android:textSize="36dp"
  47. app:layout_constraintBottom_toBottomOf="parent"
  48. app:layout_constraintEnd_toEndOf="parent"
  49. app:layout_constraintStart_toStartOf="parent"
  50. app:layout_constraintTop_toTopOf="parent"
  51. app:layout_constraintVertical_bias="0.0"></TextView>
  52. <FrameLayout
  53. android:layout_width="316dp"
  54. android:layout_height="316dp"
  55. android:background="@drawable/mi_sound_login_qrcode_bg"
  56. app:layout_constraintBottom_toBottomOf="parent"
  57. app:layout_constraintEnd_toEndOf="parent"
  58. app:layout_constraintStart_toStartOf="parent"
  59. app:layout_constraintTop_toTopOf="parent"
  60. app:layout_constraintVertical_bias="0.7">
  61. <ImageView
  62. android:id="@+id/popupwindow_mi_sound_qrcode"
  63. android:layout_width="300dp"
  64. android:layout_height="300dp"
  65. android:layout_gravity="center"
  66. android:scaleX="0.99"
  67. android:scaleY="0.99"></ImageView>
  68. </FrameLayout>
  69. </androidx.constraintlayout.widget.ConstraintLayout>
  70. <!--扫码登录 end-->
  71. <!-- 绑定手机号-->
  72. <androidx.constraintlayout.widget.ConstraintLayout
  73. android:id="@+id/popupwindow_mi_sound_bind_phone_layout"
  74. android:layout_width="686dp"
  75. android:layout_height="515dp"
  76. android:layout_gravity="center"
  77. android:background="@drawable/mi_sound_login_bg"
  78. app:layout_constraintBottom_toBottomOf="parent"
  79. app:layout_constraintEnd_toEndOf="parent"
  80. app:layout_constraintStart_toStartOf="parent"
  81. app:layout_constraintTop_toTopOf="parent">
  82. <FrameLayout
  83. android:layout_width="720dp"
  84. android:layout_height="560dp"
  85. android:layout_gravity="center"
  86. app:layout_constraintBottom_toBottomOf="parent"
  87. app:layout_constraintEnd_toEndOf="parent"
  88. app:layout_constraintStart_toStartOf="parent"
  89. app:layout_constraintTop_toTopOf="parent">
  90. <FrameLayout
  91. android:layout_width="690dp"
  92. android:layout_height="515dp"
  93. android:layout_gravity="center">
  94. <androidx.constraintlayout.widget.ConstraintLayout
  95. android:layout_width="match_parent"
  96. android:layout_height="match_parent">
  97. <TextView
  98. android:id="@+id/textView5"
  99. android:layout_width="wrap_content"
  100. android:layout_height="48dp"
  101. android:layout_marginTop="32dp"
  102. android:text="绑定手机号"
  103. android:textColor="#333333"
  104. android:textSize="34dp"
  105. app:layout_constraintEnd_toEndOf="parent"
  106. app:layout_constraintStart_toStartOf="parent"
  107. app:layout_constraintTop_toTopOf="parent"></TextView>
  108. <TextView
  109. android:id="@+id/popupwindow_mi_sound_bind_phone_error_text"
  110. android:layout_width="wrap_content"
  111. android:layout_height="48dp"
  112. android:gravity="center"
  113. android:text=""
  114. android:textColor="#333333"
  115. android:textSize="24dp"
  116. app:layout_constraintBottom_toBottomOf="parent"
  117. app:layout_constraintEnd_toEndOf="parent"
  118. app:layout_constraintStart_toStartOf="parent"
  119. app:layout_constraintTop_toTopOf="parent"
  120. app:layout_constraintVertical_bias="0.68"></TextView>
  121. <FrameLayout
  122. android:layout_width="568dp"
  123. android:layout_height="78dp"
  124. android:layout_marginTop="115dp"
  125. android:background="@drawable/activity_loginalert_edit_bg"
  126. app:layout_constraintEnd_toEndOf="parent"
  127. app:layout_constraintStart_toStartOf="parent"
  128. app:layout_constraintTop_toTopOf="parent">
  129. <EditText
  130. android:id="@+id/popupwindow_mi_sound_bind_phone_num_edit"
  131. android:layout_width="match_parent"
  132. android:layout_height="match_parent"
  133. android:background="@null"
  134. android:gravity="center|left"
  135. android:hint="输入手机号码"
  136. android:inputType="numberSigned"
  137. android:maxLength="11"
  138. android:paddingLeft="40dp"
  139. android:textColorHint="#333333"
  140. android:textSize="30dp"></EditText>
  141. </FrameLayout>
  142. <LinearLayout
  143. android:layout_width="568dp"
  144. android:layout_height="78dp"
  145. android:layout_marginTop="223dp"
  146. android:background="@drawable/activity_loginalert_edit_bg"
  147. android:orientation="horizontal"
  148. app:layout_constraintEnd_toEndOf="parent"
  149. app:layout_constraintStart_toStartOf="parent"
  150. app:layout_constraintTop_toTopOf="parent">
  151. <EditText
  152. android:id="@+id/popupwindow_mi_sound_bind_phone_vcode_edit"
  153. android:layout_width="350dp"
  154. android:layout_height="match_parent"
  155. android:background="@null"
  156. android:gravity="center|left"
  157. android:hint="输入验证码"
  158. android:inputType="numberSigned"
  159. android:maxLength="4"
  160. android:paddingLeft="40dp"
  161. android:textColorHint="#333333"
  162. android:textSize="30dp"></EditText>
  163. <FrameLayout
  164. android:id="@+id/activity_loginalert_getvercode"
  165. android:layout_width="200dp"
  166. android:layout_height="60dp"
  167. android:layout_gravity="center|right"
  168. android:layout_marginRight="25dp"
  169. android:background="@drawable/activity_loginalert_verificationcode_bg">
  170. <TextView
  171. android:id="@+id/popupwindow_mi_sound_bind_phone_getvcode_text"
  172. android:layout_width="match_parent"
  173. android:layout_height="match_parent"
  174. android:gravity="center"
  175. android:text="获取验证码"
  176. android:textColor="@color/white"
  177. android:textSize="30dp"></TextView>
  178. </FrameLayout>
  179. </LinearLayout>
  180. <FrameLayout
  181. android:id="@+id/popupwindow_mi_sound_bind_phone_num_submit"
  182. android:layout_width="328dp"
  183. android:layout_height="80dp"
  184. android:layout_marginBottom="50dp"
  185. android:background="@drawable/activity_loginalert_btn_ok_bg"
  186. app:layout_constraintBottom_toBottomOf="parent"
  187. app:layout_constraintEnd_toEndOf="parent"
  188. app:layout_constraintStart_toStartOf="parent">
  189. <TextView
  190. android:layout_width="match_parent"
  191. android:layout_height="match_parent"
  192. android:gravity="center"
  193. android:text="确 定"
  194. android:textColor="@color/white"
  195. android:textSize="34dp"></TextView>
  196. </FrameLayout>
  197. </androidx.constraintlayout.widget.ConstraintLayout>
  198. </FrameLayout>
  199. </FrameLayout>
  200. </androidx.constraintlayout.widget.ConstraintLayout>
  201. <!-- 绑定手机号 end-->
  202. <!--扫码登录-->
  203. <androidx.constraintlayout.widget.ConstraintLayout
  204. android:id="@+id/popupwindow_mi_sound_show_bind_phoneNum_layout"
  205. android:layout_width="686dp"
  206. android:layout_height="515dp"
  207. android:layout_gravity="center"
  208. android:background="@drawable/mi_sound_login_bg"
  209. android:visibility="gone"
  210. app:layout_constraintBottom_toBottomOf="parent"
  211. app:layout_constraintEnd_toEndOf="parent"
  212. app:layout_constraintStart_toStartOf="parent"
  213. app:layout_constraintTop_toTopOf="parent">
  214. <TextView
  215. android:layout_width="wrap_content"
  216. android:layout_height="wrap_content"
  217. android:text="已绑定手机号"
  218. android:textSize="35dp"
  219. app:layout_constraintBottom_toBottomOf="parent"
  220. app:layout_constraintEnd_toEndOf="parent"
  221. app:layout_constraintStart_toStartOf="parent"
  222. app:layout_constraintTop_toTopOf="parent"
  223. app:layout_constraintVertical_bias="0.37"></TextView>
  224. <TextView
  225. android:id="@+id/popupwindow_mi_sound_show_bind_phoneNum_layout_phoneNum"
  226. android:layout_width="wrap_content"
  227. android:layout_height="wrap_content"
  228. android:text="手机号码 :"
  229. android:textSize="35dp"
  230. app:layout_constraintBottom_toBottomOf="parent"
  231. app:layout_constraintEnd_toEndOf="parent"
  232. app:layout_constraintStart_toStartOf="parent"
  233. app:layout_constraintTop_toTopOf="parent"
  234. app:layout_constraintVertical_bias="0.59000003"></TextView>
  235. </androidx.constraintlayout.widget.ConstraintLayout>
  236. <ImageView
  237. android:id="@+id/popupwindow_mi_sound_qrcode_layout_close"
  238. android:layout_width="60dp"
  239. android:layout_height="60dp"
  240. android:layout_marginTop="10dp"
  241. android:src="@drawable/mi_sound_close"
  242. app:layout_constraintBottom_toBottomOf="parent"
  243. app:layout_constraintEnd_toEndOf="parent"
  244. app:layout_constraintHorizontal_bias="0.78"
  245. app:layout_constraintStart_toStartOf="parent"
  246. app:layout_constraintTop_toTopOf="parent"
  247. app:layout_constraintVertical_bias="0.110000014"></ImageView>
  248. </androidx.constraintlayout.widget.ConstraintLayout>
  249. </androidx.constraintlayout.widget.ConstraintLayout>
  250. </FrameLayout>