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

Attribute layout_marginSystemWindowInsets not work #106

Closed ghost closed 3 years ago

ghost commented 3 years ago

Margin seems not working for Insetter Builder and InsetterConstraintHelper but Padding is totally fine

Both of that code not working

I also tried InsetterConstraintLayout but not work either I'm using version 0.5.0

ghost commented 3 years ago

just change

dataBinding {
    enabled = true
}

to

buildFeatures {
    dataBinding true
}