pb_attention_awards.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/pb_ll_email"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="#FFFFFF"
  7. android:orientation="vertical"
  8. android:paddingLeft="16dp"
  9. android:paddingTop="10dp"
  10. android:paddingRight="16dp">
  11. <TextView
  12. android:id="@+id/pb_attention_text"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:layout_marginLeft="16dp"
  16. android:layout_marginTop="15dp"
  17. android:background="#ffffff"
  18. android:text="添加客服,关注官方公众号,可领取专属礼包哦!"
  19. android:textColor="#858585"
  20. android:textSize="12dp" />
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="wrap_content"
  24. android:layout_marginTop="50dp"
  25. android:orientation="vertical">
  26. <LinearLayout
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content">
  29. <TextView
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:background="#ffffff"
  33. android:text="客服QQ:"
  34. android:textColor="#000000"
  35. android:textSize="14dp" />
  36. <TextView
  37. android:id="@+id/pb_attention_text_kefu"
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:background="#ffffff"
  41. android:text="XXXXXXXXXXXX"
  42. android:textColor="#000000"
  43. android:layout_weight="1"
  44. android:textSize="14dp" />
  45. <Button
  46. android:id="@+id/pb_attention_btn_kefu"
  47. android:layout_width="70dp"
  48. android:layout_height="30dp"
  49. android:background="@drawable/pb_base_btn_selector"
  50. android:layout_marginRight="70dp"
  51. android:text="复制"
  52. android:textColor="#000000"
  53. android:textSize="14sp" />
  54. </LinearLayout>
  55. <LinearLayout
  56. android:layout_width="match_parent"
  57. android:layout_height="wrap_content"
  58. android:layout_marginTop="50dp">
  59. <TextView
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:background="#ffffff"
  63. android:text="关注公众号:"
  64. android:textColor="#000000"
  65. android:textSize="14dp" />
  66. <TextView
  67. android:id="@+id/pb_attention_text_public"
  68. android:layout_width="wrap_content"
  69. android:layout_height="wrap_content"
  70. android:background="#ffffff"
  71. android:layout_weight="1"
  72. android:text="XXXXXX"
  73. android:textColor="#000000"
  74. android:textSize="14dp" />
  75. <Button
  76. android:id="@+id/pb_attention_btn_public"
  77. android:layout_width="70dp"
  78. android:layout_height="30dp"
  79. android:background="@drawable/pb_base_btn_selector"
  80. android:layout_marginRight="70dp"
  81. android:text="复制"
  82. android:textColor="#000000"
  83. android:textSize="14sp" />
  84. </LinearLayout>
  85. </LinearLayout>
  86. </LinearLayout>