setUseCompatPadding

open fun setUseCompatPadding(useCompatPadding: Boolean)

Set whether FloatingActionButton should add inner padding on platforms Lollipop and after, to ensure consistent dimensions on all platforms.

Parameters

useCompatPadding

true if FloatingActionButton is adding inner padding on platforms Lollipop and after, to ensure consistent dimensions on all platforms.

See also