tysdkn_main_right_layout.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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_main_f_right_layout"
  6. android:layout_width="wrap_content"
  7. android:layout_height="wrap_content"
  8. android:orientation="horizontal"
  9. android:visibility="gone"
  10. tools:background="#ffffff"
  11. tools:visibility="visible"
  12. >
  13. <View
  14. android:layout_width="0.5dp"
  15. android:layout_height="wrap_content"
  16. android:background="#dcdcdc"/>
  17. <LinearLayout
  18. android:layout_width="wrap_content"
  19. android:layout_height="match_parent"
  20. android:gravity="center"
  21. android:orientation="vertical"
  22. android:paddingLeft="40dp"
  23. android:paddingRight="40dp"
  24. >
  25. <LinearLayout
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:layout_gravity="left"
  29. android:layout_marginBottom="20dp"
  30. android:orientation="horizontal">
  31. <TextView
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:layout_marginRight="10dp"
  35. android:text="余额:"
  36. android:textColor="#111111"
  37. android:textSize="14sp"/>
  38. <TextView
  39. android:id="@+id/tysdkn_main_f_yue_tv_land"
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:textColor="#f4340e"
  43. android:textSize="14sp"
  44. tools:text="0.00"/>
  45. </LinearLayout>
  46. <LinearLayout
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. android:layout_gravity="left"
  50. android:layout_marginBottom="20dp"
  51. android:orientation="horizontal">
  52. <TextView
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content"
  55. android:layout_marginRight="10dp"
  56. android:text="宇币:"
  57. android:textColor="#111111"
  58. android:textSize="14sp"/>
  59. <TextView
  60. android:id="@+id/tysdkn_main_f_yubi_tv_land"
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:textColor="#f4340e"
  64. android:textSize="14sp"
  65. tools:text="0.00"/>
  66. <TextView
  67. android:layout_width="wrap_content"
  68. android:layout_height="wrap_content"
  69. android:text="个"
  70. android:textColor="#f4340e"
  71. android:textSize="14sp"/>
  72. </LinearLayout>
  73. <TextView
  74. android:id="@+id/tysdkn_main_f_chongzhiyubi_land"
  75. android:layout_width="wrap_content"
  76. android:layout_height="wrap_content"
  77. android:layout_gravity="center"
  78. android:paddingBottom="10dp"
  79. android:paddingLeft="40dp"
  80. android:paddingRight="40dp"
  81. android:paddingTop="10dp"
  82. android:text="充值宇币"
  83. android:textColor="#ffffff"
  84. tools:background="#30B8FF"/>
  85. </LinearLayout>
  86. </LinearLayout>