Package-level declarations

Types

Link copied to clipboard
open class BpkOverlay @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout

BpkOverlay uses its first child as a background layer and draws overlay on top if it. All the other children are considered to be foreground layers and drawn on the top of the overlay. Overlay view extends FrameLayout and inherits its behaviour.