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.
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.