Jamshid Mamatkulov
Jamshid Mamatkulov
Hello For your first issue just add app:layout_behavior="@string/appbar_scrolling_view_behavior" into FrameLayout which covers RefreshLayout
For second issue the only way to fix this issue with appbar is to set listener for AppBarLayout appBar.addOnOffsetChangedListener(AppBarLayout.OnOffsetChangedListener { appBarLayout, verticalOffset -> //swip is IGRefreshLayout instance swipe.isEnabled = verticalOffset...
Everything works as a charm in my device, maybe you miss something, here is my code  