ViewPadding

data class ViewPadding(@Px val start: Int, @Px val top: Int, @Px val end: Int, @Px val bottom: Int)

Represents the view's padding

Parameters

start

the start padding of the view

top

the top padding of the view

end

the end padding of the view

bottom

the bottom padding of the view

Constructors

Link copied to clipboard
constructor(@Px start: Int, @Px top: Int, @Px end: Int, @Px bottom: Int)

Properties

Link copied to clipboard
val bottom: Int
Link copied to clipboard
val end: Int
Link copied to clipboard
val start: Int
Link copied to clipboard
val top: Int