fragment_gift_items.xml
630 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_content"
android:layout_width="match_parent"
android:layout_height="match_parent">
<GridView
android:id="@+id/gift_gridview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fadingEdge="none"
android:gravity="center"
android:listSelector="@android:color/transparent"
android:numColumns="4"
android:scrollbars="none"
android:stretchMode="columnWidth" />
</RelativeLayout>