class InboxRecyclerView : ScrollSuppressibleRecyclerView, InternalPageCallbacks
A RecyclerView where items can expand and collapse to and from an ExpandablePageLayout. |
|
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: |
|
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. |