- <?xml version="1.0" encoding="utf-8"?>
- <ListView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/lv_gifts_list"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:divider="@null"
- android:layout_marginLeft="20dp"
- android:layout_marginRight="20dp"
- android:dividerHeight="8dp"
- android:layout_marginBottom="8dp"
- tools:listitem="@layout/x7_item_gift_fragment_rl"
- android:listSelector="@android:color/transparent"
- android:scrollbars="none" />
|