Android Toolbar collapseMode issue -
i have issue making " toolbar title text " not collapse while scrolling upwards in collapsingtoolbarlayout. i have tried few tweaks, using app:layout_collapsemode="none" attribute in android.support.v7.widget.toolbar not working. maybe there problem layout. below trying achieve. but when scroll top, toolbar collapse, , tabbar scrolls inside, , become non-visible. below have now. this layout code <android.support.design.widget.coordinatorlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.design.widget.appbarlayout android:id="@+id/appbar" android:layout_width="match_parent" android:layout_height="wrap_content"> <android.support.design.widget.collapsingtoolba...