How to make a Button Visible/Gone on scroll listener of gridView in Android
问题 I have a Custom gridView and a Button in Frame Layout. Code is following <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent"> <GridView android:id="@+id/gridview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentBottom="true" android:layout_below="@+id/Rel_Spinner" android:layout_centerHorizontal="true" android:gravity="center" android:numColumns="auto_fit" android:stretchMode="columnWidth" > </GridView>