I want to have a chat profile screen like in Telegram. there are some parts that I can't make out though. For those who may not know, it has a collapsibleToolbar, a scrolling content area after and then a TabLayot which would be pinned when reached to the top of the screen So here's what I currently have :
Now this works great, the only issue is that, I don't know where to put my scrolling content( which basically should come between the toolbar and the tabLayout). The order of scrolling is like this:
The Collapsible toolbar scrolls first until collapsed
The other content (below the toolbar and above the tablayout) would scroll out
The tablout reaches the top of the screen and stays there
I want to have a chat profile screen like in Telegram. there are some parts that I can't make out though. For those who may not know, it has a collapsibleToolbar, a scrolling content area after and then a TabLayot which would be pinned when reached to the top of the screen So here's what I currently have :
Now this works great, the only issue is that, I don't know where to put my scrolling content( which basically should come between the toolbar and the tabLayout). The order of scrolling is like this: [list] [*]The Collapsible toolbar scrolls first until collapsed [*]The other content (below the toolbar and above the tablayout) would scroll out [*]The tablout reaches the top of the screen and stays there [*]The viewpager content scrolls up [/list] Thank you! [img]https://i.stack.imgur.com/HY33r.jpg[/img]