googlecodelabs / sceneform-intro

Other
25 stars 18 forks source link

By Hiding/Removing AppBarLayout, PointerDrawable in not displayed at Step 8 #12

Open aadilmehrajbhat opened 5 years ago

aadilmehrajbhat commented 5 years ago

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?