RelativePadding

open class RelativePadding

Simple data object to store the initial padding for a view.

Constructors

Link copied to clipboard
constructor(start: Int, top: Int, end: Int, bottom: Int)
constructor(@NonNull other: ViewUtils.RelativePadding)

Properties

Link copied to clipboard
open var bottom: Int
Link copied to clipboard
open var end: Int
Link copied to clipboard
open var start: Int
Link copied to clipboard
open var top: Int

Functions

Link copied to clipboard
open fun applyToView(view: View)
Applies this relative padding to the view.