tysdkn_pay_tyb_bottom.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/tysdkn_pay_tyb_bottom_layout"
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:layout_marginBottom="20dp"
  9. android:orientation="vertical"
  10. tools:background="#ffffff"
  11. android:visibility="gone"
  12. >
  13. <TextView
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_marginLeft="16dp"
  17. android:text="支付方式"
  18. android:textColor="#999999"/>
  19. <LinearLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:layout_marginLeft="16dp"
  23. android:layout_marginTop="20dp"
  24. android:orientation="horizontal">
  25. <LinearLayout
  26. android:id="@+id/tysdkn_pay_tyb_bottom_zfb"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_marginRight="40dp"
  30. android:orientation="vertical">
  31. <RelativeLayout
  32. android:layout_width="50dp"
  33. android:layout_height="50dp"
  34. >
  35. <ImageView
  36. android:layout_width="match_parent"
  37. android:layout_height="match_parent"
  38. android:layout_marginRight="8dp"
  39. android:layout_marginTop="8dp"
  40. android:src="@drawable/tysdkn_zfb"/>
  41. <ImageView
  42. android:id="@+id/tysdkn_pay_tyb_bottom_zfb_s"
  43. android:layout_width="20dp"
  44. android:layout_height="20dp"
  45. android:layout_alignParentRight="true"
  46. android:src="@drawable/tysdkn_selete"/>
  47. </RelativeLayout>
  48. <TextView
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:layout_gravity="center"
  52. android:layout_marginTop="15dp"
  53. android:paddingRight="4dp"
  54. android:text="支付宝"
  55. android:textColor="#111111"
  56. android:textSize="14sp"/>
  57. </LinearLayout>
  58. <LinearLayout
  59. android:id="@+id/tysdkn_pay_tyb_bottom_yue"
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:layout_marginRight="40dp"
  63. android:orientation="vertical">
  64. <RelativeLayout
  65. android:layout_width="50dp"
  66. android:layout_height="50dp">
  67. <ImageView
  68. android:layout_width="match_parent"
  69. android:layout_height="match_parent"
  70. android:layout_marginRight="8dp"
  71. android:layout_marginTop="8dp"
  72. android:src="@drawable/tysdkn_yue"/>
  73. <ImageView
  74. android:id="@+id/tysdkn_pay_tyb_bottom_yue_s"
  75. android:layout_width="20dp"
  76. android:layout_height="20dp"
  77. android:layout_alignParentRight="true"
  78. android:src="@drawable/tysdkn_selete"/>
  79. </RelativeLayout>
  80. <TextView
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content"
  83. android:layout_gravity="center"
  84. android:layout_marginTop="15dp"
  85. android:paddingRight="4dp"
  86. android:text="余额"
  87. android:textColor="#111111"
  88. android:textSize="14sp"/>
  89. </LinearLayout>
  90. </LinearLayout>
  91. <TextView
  92. android:id="@+id/tysdkn_pay_tyb_bottom_pay"
  93. android:layout_width="match_parent"
  94. android:layout_height="wrap_content"
  95. android:layout_marginLeft="15dp"
  96. android:layout_marginRight="15dp"
  97. android:layout_marginTop="20dp"
  98. android:background="#FF009CEE"
  99. android:gravity="center"
  100. android:paddingBottom="15dp"
  101. android:paddingTop="15dp"
  102. android:text="去支付"
  103. android:textColor="#ffffff"
  104. android:textSize="18sp"/>
  105. <LinearLayout
  106. android:id="@+id/tysdkn_pay_left_wdye"
  107. android:layout_width="match_parent"
  108. android:layout_height="wrap_content"
  109. android:visibility="invisible"
  110. android:layout_marginTop="5dp"
  111. android:gravity="center"
  112. android:orientation="horizontal">
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:text="我的余额: "/>
  117. <TextView
  118. android:id="@+id/tysdkn_pay_left_wdye_tv"
  119. android:layout_width="wrap_content"
  120. android:layout_height="wrap_content"
  121. android:text="99.9"
  122. android:textColor="#F4340E"/>
  123. <TextView
  124. android:layout_width="wrap_content"
  125. android:layout_height="wrap_content"
  126. android:text="元"
  127. android:textColor="#F4340E"/>
  128. </LinearLayout>
  129. </LinearLayout>