SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.internal
/
ViewUtils
/
RelativePadding
Relative
Padding
open
class
RelativePadding
Simple data object to store the initial padding for a view.
Members
Constructors
Relative
Padding
Link copied to clipboard
constructor
(
start
:
Int
,
top
:
Int
,
end
:
Int
,
bottom
:
Int
)
constructor
(
@
NonNull
other
:
ViewUtils.RelativePadding
)
Properties
bottom
Link copied to clipboard
open
var
bottom
:
Int
end
Link copied to clipboard
open
var
end
:
Int
start
Link copied to clipboard
open
var
start
:
Int
top
Link copied to clipboard
open
var
top
:
Int
Functions
apply
To
View
Link copied to clipboard
open
fun
applyToView
(
view
:
View
)
Applies this relative padding to the view.