chrisbanes / insetter

Insetter is a library to help apps handle WindowInsets more easily
https://chrisbanes.github.io/insetter
Apache License 2.0
1.13k stars 42 forks source link

Expose setOnApplyInsetsListener with the InsetterDsl #125

Closed OliverRhyme closed 1 year ago

OliverRhyme commented 1 year ago

Currently there is no way we can set onApplyInsetsListener via the kotlin dsl

chrisbanes commented 1 year ago

This is intended. The DSL is there to easily setup up the padding/margins.

The setOnApplyInsetsListener function is there as an escape hatch for custom behaviour, and not something I want to promote via the DSL.