I have implemented the new style Collapsible Toolbar. I am using the same code as the example (Cheesesquare) demo app - which of course works fine on all devices. I need help
I have adater with the item main container as cardview and i had the cardCornerRadius set to 0 :
app:cardCornerRadius="0dp"
I changed it to :
app:cardCornerRadius="1dp"
It worked perfectly now.
I also tested with and without android:fitsSystemWindows="true" , it did NOT change anything for me.
android:fitsSystemWindows="true"