-
here's the crash log i received on crashlytics
`Fatal Exception: java.lang.NullPointerException: Attempt to write to field 'boolean android.animation.AnimatorSet$Node.mEnded' on a null object refer…
-
How do we can wrap_content content based on the length of title string rather not setting the fix AppBarLayout layout_height.
app:maxLines="x" here value x also not fix;
-
Hey, will you support the new android design library?
AS long as your recycler is wrapped inside a framelayout it won't work.
Changing ultimateRV to a Coordinatorlayout might work. One could then ad…
-
Hi,
i made collapsable layout, put frame in it and recycler below it.
scrolling it up to collapse the frame is fine, but scrolling down isnt smooth. kindly help.
`
…
-
fragment中使用vlayout, 刷新数据时,AppBarLayout不能滑动
-
can u add appbarlayout support?
-
1. MaterialSearchView's android:visibility="gone" makes no sense.
2. When the searchview is closed everything is fine. but when the searchview is open, the suggestion list's transparent background is…
-
Hey @krimin-killr21
The `AppBarLayout` is used to perform scrolling techniques one of which is Showing and Hiding `Toolbar` on scroll which affects the `ScrollBar`.
I'll try to provide screenshot of…
-
Hi, I had an issue with the sticky column header, it does not work if I put it inside a complex fragment layout. But if I put it directly, like in Activity, the sticky does work
### Nested complex …
-
Hi,
i'm using AppBarLayout in MainActivity
```
```
and FABToolbarLayout in fragment from first tab 'Translation'.
transition animation button in the toolbar is not the same …