setAttributionMargins

Set the margins of the attribution view.

Parameters

bottom

Margin to the bottom in pixel

left

Margin to the left in pixel

right

Margin to the right in pixel

top

Margin to the top in pixel

abstract fun setAttributionMargins(@Px() left: Int, @Px() top: Int, @Px() right: Int, @Px() bottom: Int)