hnyy_login_account_launcher.xml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout 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="10dp"
  7. android:layout_marginRight="10dp"
  8. android:background="@drawable/hnyy_container_white_bg"
  9. android:orientation="vertical">
  10. <TextView
  11. android:id="@+id/hnyy_tv_title"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:layout_marginLeft="20dp"
  15. android:layout_marginTop="10dp"
  16. android:layout_marginRight="20dp"
  17. android:gravity="center_horizontal"
  18. android:text="@string/hnyy_login_account_panel_title"
  19. android:textColor="@color/hnyy_color_purple"
  20. android:textSize="20sp"
  21. android:textStyle="bold" />
  22. <com.yyrh.ui.widget.EventEditText
  23. android:layout_below="@id/hnyy_tv_title"
  24. android:id="@+id/hnyy_eet_account"
  25. android:layout_width="match_parent"
  26. android:layout_height="35dp"
  27. android:layout_marginLeft="20dp"
  28. android:layout_marginTop="10dp"
  29. android:layout_marginRight="20dp" />
  30. <com.yyrh.ui.widget.EventEditText
  31. android:layout_below="@id/hnyy_eet_account"
  32. android:id="@+id/hnyy_eet_pwd"
  33. android:layout_width="match_parent"
  34. android:layout_height="35dp"
  35. android:layout_marginLeft="20dp"
  36. android:layout_marginTop="10dp"
  37. android:layout_marginRight="20dp" />
  38. <Button
  39. android:layout_below="@id/hnyy_eet_pwd"
  40. android:id="@+id/hnyy_btn_launcher"
  41. style="?android:attr/borderlessButtonStyle"
  42. android:layout_width="match_parent"
  43. android:layout_height="35dp"
  44. android:layout_marginLeft="20dp"
  45. android:layout_marginTop="15dp"
  46. android:layout_marginRight="20dp"
  47. android:background="@drawable/hnyy_btn_purple_bg"
  48. android:text="@string/hnyy_login_btn_launcher_desc"
  49. android:textColor="@color/hnyy_color_white"
  50. android:textSize="16sp" />
  51. <Button
  52. android:layout_below="@id/hnyy_btn_launcher"
  53. android:id="@+id/hnyy_btn_quick_register"
  54. style="?android:attr/borderlessButtonStyle"
  55. android:layout_width="match_parent"
  56. android:layout_height="35dp"
  57. android:layout_marginLeft="20dp"
  58. android:layout_marginTop="5dp"
  59. android:layout_marginRight="20dp"
  60. android:background="@drawable/hnyy_btn_white_bg"
  61. android:text="@string/hnyy_login_btn_quick_register_desc"
  62. android:textColor="@color/hnyy_color_purple"
  63. android:textSize="16sp" />
  64. <LinearLayout
  65. android:layout_below="@id/hnyy_btn_quick_register"
  66. android:layout_width="match_parent"
  67. android:layout_height="20dp"
  68. android:layout_marginLeft="20dp"
  69. android:layout_marginTop="20dp"
  70. android:layout_marginRight="20dp"
  71. android:layout_marginBottom="10dp"
  72. android:gravity="center_horizontal"
  73. android:orientation="horizontal">
  74. <ImageView
  75. android:id="@+id/hnyy_iv_check"
  76. android:layout_width="13dp"
  77. android:layout_height="13dp"
  78. android:layout_gravity="center"
  79. android:src="@drawable/hnyy_uncheck_img" />
  80. <TextView
  81. android:layout_width="wrap_content"
  82. android:layout_height="match_parent"
  83. android:layout_gravity="center"
  84. android:layout_marginLeft="5dp"
  85. android:gravity="center_vertical"
  86. android:text="我已阅读并同意及"
  87. android:textColor="@color/hnyy_color_gray"
  88. android:textSize="11sp" />
  89. <TextView
  90. android:id="@+id/hnyy_tv_agreement"
  91. android:layout_width="wrap_content"
  92. android:layout_height="match_parent"
  93. android:layout_gravity="center"
  94. android:gravity="center_vertical"
  95. android:text="《用户服务协议》"
  96. android:textColor="@color/hnyy_color_red"
  97. android:textSize="11sp" />
  98. <TextView
  99. android:layout_width="wrap_content"
  100. android:layout_height="match_parent"
  101. android:layout_gravity="center"
  102. android:gravity="center_vertical"
  103. android:text="及"
  104. android:textColor="@color/hnyy_color_gray"
  105. android:textSize="11sp" />
  106. <TextView
  107. android:id="@+id/hnyy_tv_privacy"
  108. android:layout_width="wrap_content"
  109. android:layout_height="match_parent"
  110. android:layout_gravity="center"
  111. android:gravity="center_vertical"
  112. android:text="《隐私政策》"
  113. android:textColor="@color/hnyy_color_red"
  114. android:textSize="11sp" />
  115. </LinearLayout>
  116. <RelativeLayout
  117. android:id="@+id/hnyy_rl_account_list"
  118. android:layout_width="match_parent"
  119. android:layout_height="wrap_content"
  120. android:layout_below="@id/hnyy_eet_account"
  121. android:layout_marginLeft="25dp"
  122. android:layout_marginTop="-5dp"
  123. android:layout_marginRight="25dp"
  124. android:background="@drawable/hnyy_account_list_bg"
  125. android:paddingTop="4dp"
  126. android:paddingBottom="4dp">
  127. <ScrollView
  128. android:id="@+id/hnyy_sv_account_list"
  129. android:layout_width="match_parent"
  130. android:layout_height="wrap_content"
  131. android:layout_alignParentTop="true"
  132. android:scrollbars="none"
  133. android:visibility="visible">
  134. <LinearLayout
  135. android:id="@+id/hnyy_ll_account_list"
  136. android:layout_width="match_parent"
  137. android:layout_height="wrap_content"
  138. android:orientation="vertical" />
  139. </ScrollView>
  140. </RelativeLayout>
  141. </RelativeLayout>