Padding

constructor(left: Int, top: Int, right: Int, bottom: Int)

Parameters

left
top
right
bottom

constructor(paddings: DoubleArray?)

Parameters

paddings

left,top,right,bottom 순서로 padding 설정해야함.