pop_robduty.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. <RelativeLayout
  6. android:id="@+id/lay_action"
  7. android:layout_width="344dp"
  8. android:layout_height="457dp"
  9. android:background="@mipmap/qiangrew_bg"
  10. android:layout_centerInParent="true">
  11. <ImageView
  12. android:id="@+id/iv_duty"
  13. android:layout_width="@dimen/content_padding_65"
  14. android:layout_height="@dimen/content_padding_65"
  15. android:layout_centerHorizontal="true"
  16. android:layout_marginTop="120dp"
  17. android:src="@mipmap/understand_sheep_b" />
  18. <TextView
  19. android:id="@+id/tv_duty_title"
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_below="@id/iv_duty"
  23. android:layout_centerHorizontal="true"
  24. android:layout_marginTop="10dp"
  25. android:text="XXX任务已上线"
  26. android:textColor="#ffffffff"
  27. android:textSize="16sp" />
  28. <LinearLayout
  29. android:id="@+id/llay_money"
  30. android:layout_width="match_parent"
  31. android:layout_height="45dp"
  32. android:layout_below="@id/tv_duty_title">
  33. <RelativeLayout
  34. android:layout_width="0dp"
  35. android:layout_height="match_parent"
  36. android:layout_weight="1">
  37. <TextView
  38. android:id="@+id/tv_robduty_money"
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:layout_alignParentEnd="true"
  42. android:layout_centerVertical="true"
  43. android:layout_marginEnd="5dp"
  44. android:layout_marginTop="20dp"
  45. android:text="+1元"
  46. android:textColor="#ffff2d4b"
  47. android:textSize="18sp"
  48. android:textStyle="bold" />
  49. </RelativeLayout>
  50. <RelativeLayout
  51. android:layout_width="0dp"
  52. android:layout_height="match_parent"
  53. android:layout_weight="1">
  54. <ImageView
  55. android:id="@+id/iv_monty_type"
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:layout_alignParentStart="true"
  59. android:layout_centerVertical="true"
  60. android:layout_marginStart="5dp"
  61. android:src="@mipmap/xinjin_label" />
  62. </RelativeLayout>
  63. </LinearLayout>
  64. <LinearLayout
  65. android:layout_width="match_parent"
  66. android:layout_height="wrap_content"
  67. android:layout_below="@id/llay_money"
  68. android:layout_marginBottom="20dp"
  69. android:layout_marginTop="30dp">
  70. <RelativeLayout
  71. android:layout_width="0dp"
  72. android:layout_height="wrap_content"
  73. android:layout_gravity="center_vertical"
  74. android:layout_weight="1">
  75. <ImageView
  76. android:id="@+id/iv_change_one"
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:layout_alignParentEnd="true"
  80. android:layout_marginEnd="15dp"
  81. android:src="@mipmap/huanyige" />
  82. </RelativeLayout>
  83. <RelativeLayout
  84. android:layout_width="0dp"
  85. android:layout_height="wrap_content"
  86. android:layout_gravity="center_vertical"
  87. android:layout_weight="1">
  88. <ImageView
  89. android:id="@+id/iv_do_now"
  90. android:layout_width="wrap_content"
  91. android:layout_height="wrap_content"
  92. android:layout_alignParentStart="true"
  93. android:layout_marginStart="15dp"
  94. android:src="@mipmap/lijiq" />
  95. </RelativeLayout>
  96. </LinearLayout>
  97. </RelativeLayout>
  98. <ImageView
  99. android:id="@+id/iv_close"
  100. android:layout_width="45dp"
  101. android:layout_height="45dp"
  102. android:layout_below="@id/lay_action"
  103. android:layout_centerHorizontal="true"
  104. android:src="@mipmap/close" />
  105. </RelativeLayout>