Closed sebastianharder closed 1 month ago
Hi. Thank you for the contribution, but Insetter has been soft-deprecated for a number of years now. I've just made that clearer in the README and will archive the GitHub repo now.
Feel free to fork the repo if you want to continue development!
Side.HORIZONTAL
/Side.VERTICAL
,marginHorizontal()
/marginVertical()
,paddingHorizontal()
/paddingVertical()
.animated
by adding@JvmOverloads
.consume().all()
and.consume().auto()
instead of.consume(CONSUME_ALL)
and.consume(CONSUME_AUTO)
(finding the right constants is hard in IDE)Insetter
to multiple views with just one call:applyToViews(vararg views: View)
consumeAll()
/consumeAuto()
instead ofconsume(true)
/consume(CONSUME_AUTO)
systemBars
option as a shortcut fornavigationBars
+statusBars
+captionBar