tysdkn_pay_tyb_right.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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_right_layout"
  6. android:layout_width="wrap_content"
  7. android:layout_height="match_parent"
  8. android:gravity="center"
  9. android:orientation="horizontal"
  10. >
  11. <View
  12. android:layout_width="0.5dp"
  13. android:layout_height="200dp"
  14. android:background="#dcdcdc"/>
  15. <LinearLayout
  16. android:layout_width="wrap_content"
  17. android:layout_height="match_parent"
  18. android:gravity="center"
  19. android:orientation="vertical"
  20. android:paddingLeft="20dp"
  21. android:paddingRight="20dp">
  22. <LinearLayout
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:layout_marginLeft="16dp"
  26. android:layout_marginTop="20dp"
  27. android:orientation="horizontal">
  28. <LinearLayout
  29. android:id="@+id/tysdkn_pay_tyb_right_zfb"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:orientation="vertical">
  33. <RelativeLayout
  34. android:layout_width="50dp"
  35. android:layout_height="50dp"
  36. >
  37. <ImageView
  38. android:layout_width="match_parent"
  39. android:layout_height="match_parent"
  40. android:layout_marginRight="8dp"
  41. android:layout_marginTop="8dp"
  42. android:src="@drawable/tysdkn_zfb"/>
  43. <ImageView
  44. android:id="@+id/tysdkn_pay_tyb_right_zfb_s"
  45. android:layout_width="20dp"
  46. android:layout_height="20dp"
  47. android:visibility="invisible"
  48. tools:visibility="visible"
  49. android:layout_alignParentRight="true"
  50. android:src="@drawable/tysdkn_selete"/>
  51. </RelativeLayout>
  52. <TextView
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content"
  55. android:layout_gravity="center"
  56. android:layout_marginTop="15dp"
  57. android:paddingRight="4dp"
  58. android:text="支付宝"
  59. android:textColor="#111111"
  60. android:textSize="14sp"/>
  61. </LinearLayout>
  62. <LinearLayout
  63. android:id="@+id/tysdkn_pay_tyb_right_yue"
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_marginLeft="20dp"
  67. android:orientation="vertical"
  68. android:paddingRight="20dp">
  69. <RelativeLayout
  70. android:layout_width="50dp"
  71. android:layout_height="50dp">
  72. <ImageView
  73. android:layout_width="match_parent"
  74. android:layout_height="match_parent"
  75. android:layout_marginRight="8dp"
  76. android:layout_marginTop="8dp"
  77. android:src="@drawable/tysdkn_yue"/>
  78. <ImageView
  79. android:id="@+id/tysdkn_pay_tyb_right_yue_s"
  80. android:visibility="invisible"
  81. tools:visibility="visible"
  82. android:layout_width="20dp"
  83. android:layout_height="20dp"
  84. android:layout_alignParentRight="true"
  85. android:src="@drawable/tysdkn_selete"/>
  86. </RelativeLayout>
  87. <TextView
  88. android:layout_width="wrap_content"
  89. android:layout_height="wrap_content"
  90. android:layout_gravity="center"
  91. android:layout_marginTop="15dp"
  92. android:paddingRight="4dp"
  93. android:text="余额"
  94. android:textColor="#111111"
  95. android:textSize="14sp"/>
  96. </LinearLayout>
  97. </LinearLayout>
  98. <!--<TextView-->
  99. <!--android:id="@+id/tysdkn_pay_tyb_right_pay"-->
  100. <!--android:layout_width="match_parent"-->
  101. <!--android:layout_height="wrap_content"-->
  102. <!--android:layout_marginTop="20dp"-->
  103. <!--android:background="#FF009CEE"-->
  104. <!--android:gravity="center"-->
  105. <!--android:maxLines="1"-->
  106. <!--android:paddingBottom="10dp"-->
  107. <!--android:paddingTop="10dp"-->
  108. <!--android:text="去支付"-->
  109. <!--android:textColor="#ffffff"-->
  110. <!--android:textSize="14sp"/>-->
  111. <TextView
  112. android:layout_width="match_parent"
  113. android:layout_height="wrap_content"
  114. android:layout_marginTop="20dp"
  115. android:background="#FF009CEE"
  116. android:gravity="center"
  117. android:maxLines="1"
  118. android:paddingBottom="10dp"
  119. android:paddingTop="10dp"
  120. android:text="去支付"
  121. android:textColor="#ffffff"
  122. android:textSize="14sp"/>
  123. <LinearLayout
  124. android:id="@+id/tysdkn_pay_right_wdye"
  125. android:layout_width="match_parent"
  126. android:visibility="invisible"
  127. android:gravity="center"
  128. android:layout_marginTop="5dp"
  129. android:orientation="horizontal"
  130. android:layout_height="wrap_content">
  131. <TextView
  132. android:layout_width="wrap_content"
  133. android:text="我的余额: "
  134. android:layout_height="wrap_content"/>
  135. <TextView
  136. android:id="@+id/tysdkn_pay_right_wdye_tv"
  137. android:layout_width="wrap_content"
  138. android:text="99.9"
  139. android:textColor="#F4340E"
  140. android:layout_height="wrap_content"/>
  141. <TextView
  142. android:layout_width="wrap_content"
  143. android:text="元"
  144. android:textColor="#F4340E"
  145. android:layout_height="wrap_content"/>
  146. </LinearLayout>
  147. </LinearLayout>
  148. </LinearLayout>