-
Hi,
firstly, thanks for you great work. Unfortunately I ran into an issue using your library on an Android 4.4 device (the issue does not occure on 5.0 or higher). The title of the CollapsingToolbarL…
-
当NestedWebView滚动时(app:layout_behavior="@string/appbar_scrolling_view_behavior"),顶部CollapsingToolbarLayout没有滚动效果
-
Hello,
I have a long heightened SmoothAppBarLayout that it's height is computed after getting some data from an API, and a ViewPager that contains RecyclerViews.
Here is the xml of my layout
``` xm…
-
Hello,
i am trying to not fully expand my smoothappbarlayout. reason: my imageview inside collapsingtoolbarlayout can contain full sized images in portraitmode and i want to expand my smoothappbarlay…
-
Prepare an action plan for which guides need to be added or updated accordingly.
- http://android-developers.blogspot.com/2015/05/android-m-developer-preview-tools.html
- http://developer.android.com/…
-
Hello,
I cudnt find how to add an image to header, when i try,
`
```
```
`
results,
http://i.imgur.com/7y9Ztsj.png
and with NestedScrollView
`
`…
-
works fine with fixed toolbar.
However Botton starts moving up and down when I scroll up to hide toolbar.
my toolbar.xml -- app:layout_scrollFlags="scroll|enterAlways|snap"
-
hi henry,
Really great work. I have a viewpager with five fragments and each fragment have collapsingtoolbarlayout and recyclerview. when i go to bottom and come back to the top of fragment, header co…
-
I have a CollapsingToolbarLayout. In container layout , i have an EditText & a Submit Button. After adding/removing one or two items using AutoLableUI on clicking Submit Button, the whole layout moves…
-
Hi,
The only attributes of expandedTitleGravity which I tested and that work are center_vertical, bottom and top. Using this library I was unable to center text horizontally when toolbar was expanded…