headview_logingonggao.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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:gravity="center"
  6. android:orientation="vertical">
  7. <TextView
  8. android:id="@+id/tv_new_num"
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:visibility="gone"
  12. android:padding="5dp"
  13. android:drawableLeft="@drawable/xiala"
  14. android:drawablePadding="5dp"
  15. android:gravity="center"
  16. android:text="下拉刷新"
  17. android:textColor="@android:color/white"
  18. android:textSize="12dp" />
  19. <LinearLayout
  20. android:id="@+id/ll_content"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:padding="25dp"
  24. android:orientation="vertical">
  25. <TextView
  26. android:layout_width="match_parent"
  27. android:layout_height="match_parent"
  28. android:text="欢迎登陆俊友!\n"
  29. android:textColor="@color/black_2" />
  30. <TextView
  31. android:id="@+id/tvContent"
  32. android:layout_width="match_parent"
  33. android:layout_height="match_parent"
  34. android:text="我们依据最新的监管要求更新了俊友《用户协议》和《隐私政策》,特向您说明如下:"
  35. android:textColor="@color/black_2" />
  36. <TextView
  37. android:layout_width="match_parent"
  38. android:layout_height="match_parent"
  39. android:text="\n1.为了帮助您发现更多有趣的内容,会根据您的使用习惯推荐更好的瞬间;
  40. \n
  41. \n2.基于您的授权,我们可能会获取您的位置等信息,您可以选择拒绝或取消授权;
  42. \n
  43. \n3.您可灵活设置发布瞬间的可见范围和互动权限;
  44. \n
  45. \n4.未经您同意,我们不会从第三方获取!"
  46. android:textColor="@color/black_2"
  47. android:layout_marginBottom="10dp"/>
  48. </LinearLayout>
  49. </LinearLayout>