I am trying to move a map, and while moving, I have to manage the visibility of views.
When the map moves, I am able to handle the view's visibility but, the issues are:
- While opening the navigation view, it detects a map touch event, and makes views visible/invisible.
- While making views invisible (when the map is touched), the toolbar animates and hides, but the white view behind the toolbar, stays as it is.
Here is my code snippet at CodeShare.