qs_y07_login_mobile.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_gravity="center"
  6. android:layout_marginLeft="20dp"
  7. android:layout_marginRight="20dp"
  8. android:background="@drawable/qs_login_container_white_bg"
  9. android:orientation="vertical">
  10. <ImageView
  11. android:id="@+id/qs_y07_iv_return"
  12. android:layout_width="10dp"
  13. android:layout_height="15dp"
  14. android:layout_marginLeft="20dp"
  15. android:layout_marginTop="10dp"
  16. android:src="@drawable/qs_y07_return_img" />
  17. <ImageView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_gravity="center_horizontal"
  21. android:src="@drawable/qs_y07_mobile_title_img" />
  22. <cn.qingshi.gamesdk.core.ui.EventEditText
  23. android:id="@+id/qs_y07_eet_phone"
  24. android:layout_width="match_parent"
  25. android:layout_height="40dp"
  26. android:layout_marginLeft="20dp"
  27. android:layout_marginTop="10dp"
  28. android:layout_marginRight="20dp" />
  29. <cn.qingshi.gamesdk.login.y07.widget.VerifyCodeEditText
  30. android:id="@+id/qs_y07_vc_sms"
  31. android:layout_width="match_parent"
  32. android:layout_height="40dp"
  33. android:layout_marginLeft="20dp"
  34. android:layout_marginTop="10dp"
  35. android:layout_marginRight="20dp"
  36. android:background="@drawable/qs_login_et_frame_selector_bg" />
  37. <cn.qingshi.gamesdk.core.ui.EventEditText
  38. android:id="@+id/qs_y07_eet_pwd"
  39. android:layout_width="match_parent"
  40. android:layout_height="40dp"
  41. android:layout_marginLeft="20dp"
  42. android:layout_marginTop="10dp"
  43. android:layout_marginRight="20dp" />
  44. <Button
  45. android:id="@+id/qs_y07_btn_register"
  46. style="?android:attr/borderlessButtonStyle"
  47. android:layout_width="match_parent"
  48. android:layout_height="40dp"
  49. android:layout_marginLeft="20dp"
  50. android:layout_marginTop="20dp"
  51. android:layout_marginRight="20dp"
  52. android:layout_marginBottom="20dp"
  53. android:background="@drawable/qs_y07_btn_blue_bg"
  54. android:text="注册"
  55. android:textAllCaps="false"
  56. android:textColor="@color/qs_login_white"
  57. android:textSize="16sp" />
  58. </LinearLayout>