x7_activity_privacy_sdk.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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="match_parent"
  5. android:orientation="vertical" >
  6. <TextView
  7. android:id="@+id/tv_privacy_title"
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="27dp"
  11. android:layout_marginLeft="17dp"
  12. android:text="@string/x7_anti_privacy"
  13. android:textSize="20dp"
  14. android:textColor="#12cdb0"
  15. />
  16. <!--<include
  17. android:id="@+id/register_title"
  18. layout="@layout/x7_activity_title_2"
  19. />-->
  20. <!--com.smwl.smsdk.myview.My-->
  21. <WebView
  22. android:id="@+id/webview"
  23. android:background="@android:color/transparent"
  24. android:layout_gravity="center"
  25. android:layout_width="match_parent"
  26. android:layout_marginTop="10dp"
  27. android:layout_marginLeft="23dp"
  28. android:layout_marginRight="23dp"
  29. android:layout_height="0dp"
  30. android:layout_weight="1"
  31. />
  32. <LinearLayout
  33. android:id="@+id/ll_agreement"
  34. android:layout_width="wrap_content"
  35. android:layout_height="wrap_content"
  36. android:layout_marginBottom="18dp"
  37. android:layout_marginTop="20dp"
  38. android:layout_gravity="center"
  39. android:gravity="center"
  40. android:orientation="horizontal">
  41. <CheckBox
  42. android:id="@+id/ck_register"
  43. android:layout_width="wrap_content"
  44. android:layout_height="wrap_content"
  45. android:layout_below="@+id/btn_user_register"
  46. android:button="@drawable/x7_selection_for_agreement"
  47. android:checked="false" />
  48. <TextView
  49. android:id="@+id/tv_user_agreement"
  50. android:layout_width="wrap_content"
  51. android:layout_height="wrap_content"
  52. android:clickable="true"
  53. android:layout_marginLeft="10dp"
  54. android:text="@string/x7_agreenment_clause"
  55. android:textColor="#a9a9a9"
  56. android:textSize="15dp" />
  57. <TextView
  58. android:id="@+id/tv_count_down"
  59. android:layout_width="wrap_content"
  60. android:layout_height="wrap_content"
  61. android:layout_marginLeft="1dp"
  62. android:textColor="#12cdb0"
  63. android:textSize="15dp"
  64. />
  65. </LinearLayout>
  66. </LinearLayout>