android-components / mozilla.components.concept.toolbar / Toolbar / ActionSpace

ActionSpace

open class ActionSpace : Action (source)

An "empty" action with a desired width to be used as "placeholder".

Parameters

desiredWidth - The desired width in density independent pixels for this action.

padding - A optional custom padding.

Constructors

<init>

ActionSpace(desiredWidth: Int, padding: Padding? = null)

An "empty" action with a desired width to be used as "placeholder".

Inherited Properties

visible

open val visible: () -> Boolean

Functions

bind

open fun bind(view: View): Unit

createView

open fun createView(parent: ViewGroup): View