-
http://developer.android.com/reference/android/support/design/widget/CollapsingToolbarLayout.html
http://developer.android.com/reference/android/support/design/widget/AppBarLayout.html
-
Support lib now offers:
- Fling velocity in `CollapsingToolbarLayout`
- `TextView` auto-sizing.
Should remove the custom `CollapsingTitleLayout` class and migrate to standard components. Possibly…
-
we can not use this library with navigation component.
in _setupWithNavController_ method explained in [this link](https://developer.android.com/guide/navigation/navigation-ui#include_collapsingtoolb…
-
I've noticed the fonts in the CollapsingToolbarLayout in particular, the Title attribute, isn't set. I've had to resort to something ugly like the following to get it to set the font on it:
```
publ…
-
I want to touch ViewPager inside CollapsingToolbarLayout, vertical scroll
Please help me
It is my .xml file
```
...
```
...
-
## Kind (Required)
- Improvement
## Overview (Required)
- I want to hide appbar when user scroll list
- Probably, I think use CoordinatorLayout
## Links
- https://www.journaldev.com…
-
first of all thanks for this amazing library it's working great but in one of my screens when recycler view is scrolled using fastscroll the CollapsingToolbarLayout is not collapsing and i can not sc…
-
Setting enterAlwaysCollapsed to the CollapsingToolbarLayout does not work as expected. The header still gets completely expanded right away even if the NestedScrollView has not finished scrolling
![e…
-
Don't apply the system window inset top even if the height is wrap_content. Consider the background image of the collapsingtooblarlayout is a fixed ratio of width and height. If the layout is as follo…
-
看到你的这个app还不错,就下载源码编译运行了一下,我发现在我的手机上崩溃了,log我忘记是啥(好像是xml加载异常),就是你的 com.codeest.geeknews.ui.zhihu.activity.ZhihuDetailActivity布局里面的16行导包错了吧,你是引入的
net.opacapp.multilinecollapsingtoolbar.CollapsingToolba…