GridLayoutManager Customization
问题 i want to know if there is way that i can customize gridlayoutmanager in android to have horizontal layout like this sketch: i tried some layout manager that i found in Github but non of them that help me to implement this kind of layout manager. something like this: public class CustomLayoutManager extends StaggeredGridLayoutManager { public CustomLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { super(context, attrs, defStyleAttr, defStyleRes); } public