Border

class Border : Equivalence<Border>

Represents a collection of attributes that describe how a border should be applied to a layout

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
annotation class Corner

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun isEquivalentTo(other: Border): Boolean
Link copied to clipboard
fun setEdgeColor(edge: YogaEdge, @ColorInt color: Int)
Link copied to clipboard
fun setEdgeWidth(edge: YogaEdge, width: Int)