Description
Adds padding to the edges of a view.
Parameters
edges
: The edges to apply padding to. Can be top
, bottom
, leading
, trailing
, horizontal
, vertical
, or all
.length
: The amount of padding to apply.Example
<myView padding="all:10"/>