I have simple layout structure:
DrawerLayout \\-- FrameLayout // @+id/fragment_container \\-- ListView // @+id/drawer_list
By clicking o
So, I find workaround solution: just wrap MapView into container and place empty View above. Thanks to this answer: https://stackoverflow.com/a/16231935/1891118
MapView
View
There is my updated layout: