setContentPaddingRelative

@RequiresApi(value = 17)
open fun setContentPaddingRelative(@Dimension start: Int, @Dimension top: Int, @Dimension end: Int, @Dimension bottom: Int)

Set additional relative padding on the image that is not applied to the background.

Parameters

start

the padding on the start of the image in pixels

top

the padding on the top of the image in pixels

end

the padding on the end of the image in pixels

bottom

the padding on the bottom of the image in pixels