Skip to content

Instantly share code, notes, and snippets.

View hidaron's full-sized avatar

Lim hidaron

  • the best company in GuangZhou
  • GuangZhou
View GitHub Profile
@hidaron
hidaron / DynamicGridLayoutManager.java
Created March 18, 2016 01:48 — forked from SehoNoh/DynamicGridLayoutManager.java
Android Dynamic RecyclerView LayoutManager (when you are using RecyclerView in ScrollView, these layout manager will resize RecyclerView's height with their items.) / ListView Version - https://gist.github.com/NohSeho/5638005fa27763fd21f8
import android.content.Context;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
public class DynamicGridLayoutManager extends GridLayoutManager {
private int spanCount = 1;