inboxrecyclerview / me.saket.inboxrecyclerview

Package me.saket.inboxrecyclerview

Types

InboxRecyclerView

open class InboxRecyclerView : ScrollSuppressibleRecyclerView, InternalPageCallbacks

A RecyclerView where items can expand and collapse to and from an ExpandablePageLayout.

PullCollapsibleActivity

abstract class PullCollapsibleActivity : AppCompatActivity

An Activity that can be dismissed by pulling it vertically. Requires these these properties to be present in the Activity theme:

ScrollSuppressibleRecyclerView

abstract class ScrollSuppressibleRecyclerView : RecyclerView

Freezing layout using setLayoutFrozen isn't sufficient for blocking programmatic scrolls i.e., scrolls not initiated by the user. These scrolls are either requested by the app or by RV when a child View requests focus.

Extensions for External Classes

android.view.View

android.view.ViewPropertyAnimator