x7_fragment_gift_sdk.xml 602 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ListView xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:id="@+id/lv_gifts_list"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:divider="@null"
  8. android:layout_marginLeft="20dp"
  9. android:layout_marginRight="20dp"
  10. android:dividerHeight="8dp"
  11. android:layout_marginBottom="8dp"
  12. tools:listitem="@layout/x7_item_gift_fragment_rl"
  13. android:listSelector="@android:color/transparent"
  14. android:scrollbars="none" />