tysdkn_main_top_layout.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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_top_layout"
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:orientation="vertical"
  9. android:visibility="gone"
  10. tools:visibility="visible"
  11. >
  12. <LinearLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:layout_marginBottom="20dp"
  16. android:gravity="center"
  17. android:orientation="horizontal">
  18. <TextView
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:layout_marginRight="10dp"
  22. android:text="余额:"
  23. android:textColor="#333333"
  24. android:textSize="13sp"/>
  25. <TextView
  26. android:id="@+id/tysdkn_main_f_yue_tv"
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. tools:text="0.00"
  30. android:textColor="#f4340e"
  31. android:textSize="13sp"/>
  32. <TextView
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:layout_marginLeft="20dp"
  36. android:layout_marginRight="10dp"
  37. android:textColor="#333333"
  38. android:text="宇币:"
  39. android:textSize="13sp"/>
  40. <TextView
  41. android:id="@+id/tysdkn_main_f_yubi_tv"
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. tools:text="0.00"
  45. android:textColor="#f4340e"
  46. android:textSize="13sp"/>
  47. <TextView
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:text="个"
  51. android:textColor="#f4340e"/>
  52. </LinearLayout>
  53. <TextView
  54. android:id="@+id/tysdkn_main_f_chongzhiyubi"
  55. android:layout_width="wrap_content"
  56. android:layout_height="wrap_content"
  57. android:layout_gravity="center"
  58. android:paddingBottom="8dp"
  59. android:paddingLeft="20dp"
  60. android:paddingRight="20dp"
  61. android:paddingTop="8dp"
  62. android:text="充值宇币"
  63. android:textSize="16sp"
  64. android:textColor="#ffffff"
  65. tools:background="#30B8FF"/>
  66. </LinearLayout>