open class ActionSpace : Action
(source)
An "empty" action with a desired width to be used as "placeholder".
desiredWidth
- The desired width in density independent pixels for this action.
padding
- A optional custom padding.
ActionSpace(desiredWidth: Int, padding: Padding? = null)
An "empty" action with a desired width to be used as "placeholder". |
open val visible: () -> Boolean |
open fun bind(view: View): Unit |
|
open fun createView(parent: ViewGroup): View |