Henry Tao

Results 81 comments of Henry Tao

Hi @aahmad123121 Sorry for late response. Your xml layout looks complicated. You have `ViewPager`, `NestedScrollView` and `RecyclerView`. Why do you need all of them in one layout? It doesn't match...

I suggest you follow this sample https://github.com/henrytao-me/smooth-app-bar-layout/blob/master/sample/src/main/res/layout/activity_smooth_scroll_exit_until_collapsed.xml

Hi @aahmad123121 I checked your app. All elements look a bit small compared to stand specs from Material Design. There is no offer in my location. So that, I can't...

Hi @Ne1c If you can change the order in your layout, then it may not possible with SmoothAppBarLayout unfortunately.

@Ne1c Can you show me the mockup of the screen you want to implement?

Hi @Ne1c Can you try this layout? ``` ```

Hi @QingXu24 Can you post your layout here?

Hi @QingXu24 What's Appcompat version and SmoothAppBarLayout version are you using?

Hi @QingXu24 Looking at your layout, I guess you want to do something like this. Please remove SmoothCollapsingToolbarLayout and follow this example https://github.com/henrytao-me/smooth-app-bar-layout/blob/master/sample/src/main/res/layout/activity_smooth_scroll_parallax.xml