activity_main.xml:
<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/root_view"
>
<com.study.jy.views.ButtonGridView
android:id="@+id/btn_grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
</com.study.jy.views.ButtonGridView>
</LinearLayout>
<LinearLayout xmlns:androi