Class DynamicLinearLayoutManager

java.lang.Object
androidx.recyclerview.widget.RecyclerView.LayoutManager
androidx.recyclerview.widget.LinearLayoutManager
com.pranavpandey.android.dynamic.support.recyclerview.widget.DynamicLinearLayoutManager
All Implemented Interfaces:
ItemTouchHelper.ViewDropHandler, RecyclerView.SmoothScroller.ScrollVectorProvider

public class DynamicLinearLayoutManager extends LinearLayoutManager
  • Constructor Details

    • DynamicLinearLayoutManager

      public DynamicLinearLayoutManager(Context context)
    • DynamicLinearLayoutManager

      public DynamicLinearLayoutManager(Context context, int orientation, boolean reverseLayout)
    • DynamicLinearLayoutManager

      public DynamicLinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
  • Method Details