setDimensions

fun setDimensions(width: Int, height: Int)

Sets a manual width and height for this layout. Will override any automatically computed dimensions.

If either dimension is different from the previous/automatic version, the layout will recompute.

Author

fzzyhmstrs

Since

0.6.0

Parameters

width

Int height in pixels

height

Int height in pixels