tysdkn_coupon_layout.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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="match_parent"
  5. android:background="#1F2228"
  6. >
  7. <RelativeLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="48dp"
  10. >
  11. <ImageView
  12. android:id="@+id/tysdkn_game_pay_back"
  13. android:layout_width="48dp"
  14. android:layout_height="48dp"
  15. android:padding="15dp"
  16. android:layout_centerVertical="true"
  17. android:src="@drawable/tysdkn_recahrge_back_left" />
  18. <TextView
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:layout_centerInParent="true"
  22. android:text="选择优惠券"
  23. android:textColor="#FFFFFF"
  24. android:gravity="center"
  25. android:textSize="16sp"/>
  26. </RelativeLayout>
  27. <RelativeLayout
  28. android:layout_marginTop="51dp"
  29. android:layout_marginLeft="8dp"
  30. android:layout_marginRight="8dp"
  31. android:layout_width="match_parent"
  32. android:layout_height="33dp"
  33. android:background="@drawable/tysdkn_recharge_item_nor"
  34. >
  35. <TextView
  36. android:layout_width="wrap_content"
  37. android:layout_height="wrap_content"
  38. android:textSize="12sp"
  39. android:textColor="#999999"
  40. android:text="不使用优惠券"
  41. android:layout_marginLeft="5dp"
  42. android:layout_centerVertical="true"
  43. />
  44. <CheckBox
  45. style="@style/tysdkn_selct_cir"
  46. android:layout_width="16dp"
  47. android:layout_height="16dp"
  48. android:layout_centerVertical="true"
  49. android:layout_marginRight="8dp"
  50. android:layout_alignParentRight="true"
  51. android:clickable="true"
  52. />
  53. </RelativeLayout>
  54. </RelativeLayout>