Android Toolbar collapseMode issue
问题 I have an Issue making " toolbar with Title text " Not to Collapse while scrolling upwards in CollapsingToolbarLayout. I have tried a few tweaks, by using app:layout_collapseMode="none" as attribute in my android.support.v7.widget.Toolbar but its not working. Maybe there is a problem with my layout. Below is what i am trying to achieve. But when i scroll to the top, the Toolbar also collapse, and the tabBar also scrolls inside, and become non-visible. below is what i have now. This is my