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

Not work in Motion Layout #105

Closed ghost closed 3 years ago

ghost commented 3 years ago

I have a button which has layout_constraintTop_toTopOf="parent" then I will apply inset status bar to its but not work; neither Insetter Builder nor data binding worked.

My solution: the button will be bottom of Guildline then I will setGuidelineBegin = inset.systemWindowInsetTop to the Guideline now it works.