layout_expression_gridview.xml 667 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <com.wd.common.widget.InnerGridView
        android:id="@+id/gridview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:layout_marginTop="10dp"
        android:fadingEdge="none"
        android:gravity="center"
        android:listSelector="#00000000"
        android:numColumns="7"
        android:scrollbars="none" />

</LinearLayout>