tysdkn_account_trade_fra.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_height="match_parent">
  6. <LinearLayout
  7. android:layout_width="match_parent"
  8. android:layout_height="31dp"
  9. android:id="@+id/tysdkn_ll_layout"
  10. android:background="@drawable/tysdkn_recharge_choose_stroke_nor"
  11. android:layout_centerHorizontal="true"
  12. android:layout_marginLeft="5dp"
  13. android:orientation="horizontal"
  14. android:layout_marginRight="5dp"
  15. android:layout_marginTop="5dp"
  16. >
  17. <TextView
  18. android:id="@+id/tysdkn_tv_type_new"
  19. android:layout_width="0dp"
  20. android:layout_height="match_parent"
  21. android:layout_weight="1"
  22. android:text="最新发布"
  23. android:gravity="center"
  24. android:textSize="12sp"
  25. android:textColor="#999999"
  26. />
  27. <TextView
  28. android:id="@+id/tysdkn_tv_type_low"
  29. android:layout_width="0dp"
  30. android:layout_height="match_parent"
  31. android:layout_weight="1"
  32. android:text="价格最低"
  33. android:gravity="center"
  34. android:textSize="12sp"
  35. android:textColor="#999999"
  36. />
  37. <TextView
  38. android:id="@+id/tysdkn_tv_type_high"
  39. android:layout_width="0dp"
  40. android:layout_height="match_parent"
  41. android:layout_weight="1"
  42. android:text="价格最高"
  43. android:gravity="center"
  44. android:textSize="12sp"
  45. android:textColor="#999999"
  46. />
  47. </LinearLayout>
  48. <com.sdk.tysdk.ui.view.PullToRefreshLayout
  49. android:id="@+id/tysdkn_refresh_view"
  50. android:layout_marginTop="1dp"
  51. android:layout_width="match_parent"
  52. android:layout_height="match_parent"
  53. android:layout_below="@id/tysdkn_ll_layout">
  54. <include layout="@layout/tysdkn_refresh_head" />
  55. <com.sdk.tysdk.ui.view.PullableListView
  56. android:id="@+id/tysdkn_list_account_trade"
  57. android:layout_width="match_parent"
  58. android:layout_height="match_parent"
  59. android:divider="@null" />
  60. <include layout="@layout/tysdkn_load_more" />
  61. </com.sdk.tysdk.ui.view.PullToRefreshLayout>
  62. <RelativeLayout
  63. android:layout_marginTop="50dp"
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content">
  66. <include layout="@layout/tysdkn_progressbar" />
  67. </RelativeLayout>
  68. <LinearLayout
  69. android:id="@+id/tysdkn_ll_nothing"
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:layout_centerHorizontal="true"
  73. android:layout_marginTop="50dp"
  74. android:orientation="vertical"
  75. android:visibility="gone"
  76. tools:visibility="visible">
  77. <ImageView
  78. android:layout_width="90dp"
  79. android:layout_height="80dp"
  80. android:layout_marginTop="50dp"
  81. android:background="@drawable/tysdkn_nothing" />
  82. <TextView
  83. android:layout_width="wrap_content"
  84. android:layout_height="wrap_content"
  85. android:layout_gravity="center_horizontal"
  86. android:layout_marginTop="10dp"
  87. android:text="暂无数据"
  88. android:textSize="11sp" />
  89. </LinearLayout>
  90. <LinearLayout
  91. android:orientation="horizontal"
  92. android:layout_alignParentBottom="true"
  93. android:layout_marginBottom="30dp"
  94. android:layout_width="match_parent"
  95. android:layout_height="wrap_content">
  96. <RelativeLayout
  97. android:layout_width="0dp"
  98. android:layout_weight="2"
  99. android:layout_height="wrap_content" />
  100. <RelativeLayout
  101. android:orientation="horizontal"
  102. android:layout_weight="1"
  103. android:layout_width="0dp"
  104. android:layout_height="wrap_content">
  105. <TextView
  106. android:id="@+id/tysdkn_tv_open_app"
  107. android:layout_width="64dp"
  108. android:layout_height="29dp"
  109. android:background="@drawable/tysdkn_blue_r10"
  110. android:gravity="center"
  111. android:text="卖账号"
  112. android:textColor="#ffffff"
  113. android:textSize="11sp" />
  114. </RelativeLayout>
  115. </LinearLayout>
  116. </RelativeLayout>