Skip to content

Instantly share code, notes, and snippets.

@lokiwiki
lokiwiki / ScrollableGridView.java
Created April 14, 2020 06:57 — forked from jiahuang/ScrollableGridView.java
gridview inside of scrollview
// http://pastebin.com/KMcwGrS8
public class ScrollableGridView extends GridView {
boolean expanded = true;
public ScrollableGridView(Context context)
{
super(context);
}