-
is there a way to do that? and not only with scroll motion?
-
Scroll sample app down so that bottom bar disappears, click toggle hide (bar re-appears), scroll down again - bar does not disappear. If you scroll up and then down again it fixes itself.
When you u…
-
I have the typical Material layout with a CollapsingToolbarLayout in a CoordinatorLayout an on the bottom a NestedScrollView with a LinearListView.
The LinearListView in the NestedScrollView blocks t…
-
Can't make it work with collapsing toolbar layout. Here is my code. It is showing usual rectangular size.
```
…
-
Hi, thanks for your demo.
I have encountered another issue which happens only when i define a fullscreen image in CollapsingToolbarLayout.
Sometimes when i scroll up to see the content (RecyclerView…
-
**Is your feature request related to a problem? Please describe.**
Scroll does not work at the top of the front layer
![ezgif-4-48e52b5250ad](https://user-images.githubusercontent.com/34317056/85269…
-
Demo拉下来之后,运行完美。
但一般项目里首页都是嵌套布局,比如 CoordinatorLayout + Appbar + ViewPager ,实测Appbar如果配置 scrollFlags = "scroll|exitUntilCollapsed",会有滑动冲突问题,普通的嵌套滑动 scrollFlags="scroll" 下拉二楼也出不来
loopq updated
2 months ago
-
I have Viewpager in with inflates RecyclerView It is not scrollable when I put into BottomSheet, So I tried it using slideUpPanel here also same issue, umanoScrollableView also not helpful.
`
…
-
I cant figure out the way to add searchview on actionbar as i want to have back to parent button & cart icon on actionbar with search view
-
First of all a heartily gratitude for all of your hard works. I liked this library very much. Currently I am trying to figure out how it is working. And got stucked in between.
I am using ViewPagerTab…