x7_activity_purchase_history.xml 984 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical">
  6. <include layout="@layout/x7_activity_title_5" />
  7. <GridView xmlns:tools="http://schemas.android.com/tools"
  8. android:id="@+id/gv_purchase_history"
  9. style="@style/X7ScrollBarStyle.Gray"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:layout_centerHorizontal="true"
  13. android:layout_marginLeft="10dp"
  14. android:layout_marginTop="16dp"
  15. android:layout_marginRight="10dp"
  16. android:listSelector="@null"
  17. android:verticalSpacing="8dp"
  18. android:layout_marginBottom="8dp"
  19. tools:listitem="@layout/x7_item_purchase_history"
  20. />
  21. <include layout="@layout/money_record_notsell_ll" />
  22. </LinearLayout>