introductory_b.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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:background="@mipmap/b_yindao_bg"
  6. android:orientation="vertical">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:orientation="vertical"
  11. android:paddingBottom="39dp">
  12. <TextView
  13. android:id="@+id/tv_skip"
  14. android:layout_width="50dp"
  15. android:layout_height="31dp"
  16. android:layout_gravity="right"
  17. android:layout_marginTop="20dp"
  18. android:layout_marginRight="16dp"
  19. android:background="@drawable/shape_9e9696_21dp"
  20. android:gravity="center"
  21. android:text="跳过"
  22. android:textColor="@color/white" />
  23. <FrameLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="wrap_content">
  26. <ImageView
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_gravity="center_horizontal"
  30. android:layout_marginTop="27dp"
  31. android:src="@mipmap/b_yindao" />
  32. <LinearLayout
  33. android:layout_width="match_parent"
  34. android:layout_height="wrap_content"
  35. android:orientation="vertical">
  36. <com.yihucha.hbyhc.view.BoldText
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:layout_gravity="center_horizontal"
  40. android:layout_marginTop="21.5dp"
  41. android:text="消费得养老金 分享拿佣金"
  42. android:textColor="@color/black_333333"
  43. android:textSize="29sp" />
  44. <TextView
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_gravity="center_horizontal"
  48. android:layout_marginTop="3dp"
  49. android:text="周边商圈 吃喝玩乐"
  50. android:textColor="@color/black_333333"
  51. android:textSize="23sp" />
  52. </LinearLayout>
  53. </FrameLayout>
  54. </LinearLayout>
  55. <LinearLayout
  56. android:layout_width="match_parent"
  57. android:layout_height="0dp"
  58. android:layout_weight="1">
  59. <LinearLayout
  60. android:layout_width="match_parent"
  61. android:layout_height="wrap_content"
  62. android:layout_gravity="bottom"
  63. android:layout_marginBottom="10dp"
  64. android:gravity="center"
  65. android:orientation="horizontal">
  66. <View
  67. android:layout_width="6dp"
  68. android:layout_height="6dp"
  69. android:background="@drawable/shape_cccccc_3dp" />
  70. <View
  71. android:layout_width="8dp"
  72. android:layout_height="8dp"
  73. android:layout_marginLeft="12dp"
  74. android:background="@drawable/shape_fe0032_4dp" />
  75. <View
  76. android:layout_width="6dp"
  77. android:layout_height="6dp"
  78. android:layout_marginLeft="12dp"
  79. android:background="@drawable/shape_cccccc_3dp" />
  80. <View
  81. android:layout_width="6dp"
  82. android:layout_height="6dp"
  83. android:layout_marginLeft="12dp"
  84. android:background="@drawable/shape_cccccc_3dp" />
  85. </LinearLayout>
  86. </LinearLayout>
  87. </LinearLayout>