In the completed sample if we set visibility of AppBarLayout (Not the Toolbar itself) to GONE then PointerDrawable isn't visible, also even If we remove the AppBarLayout completely still not displaying.
However if we set the visibility of Toolbar to GONE then pointer is displayed.
Why this behavior?
In the completed sample if we set visibility of AppBarLayout (Not the Toolbar itself) to GONE then PointerDrawable isn't visible, also even If we remove the AppBarLayout completely still not displaying.
However if we set the visibility of Toolbar to GONE then pointer is displayed. Why this behavior?