Package-level declarations
Types
Link copied to clipboard
open class SlidingPaneLayout @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0) : ViewGroup, Openable
(SESL variant) SlidingPaneLayout provides a horizontal, multi-pane layout for use at the top level of a UI. A left (or start) pane is treated as a content list or browser, subordinate to a primary detail view for displaying content.
Link copied to clipboard
class SPLToolbarContainer @JvmOverloads constructor(context: Context, attributeSet: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout
(SESL) A container layout that sits on top of the view tree z-order. It is used to host an action mode toolbar.