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

Support for animated insets #88

Closed chrisbanes closed 3 years ago

chrisbanes commented 3 years ago

API:

binding.messageHolder.applyInsetter {
    type(navigationBars = true, ime = true) {
        padding(animated = true)
    }
    syncTranslationTo(binding.conversationRecyclerview)
}