your code is correct, but you need to change a little if you want to display the google map toolbar in your mapview, you should use a light map ** use this in your java class
googleMap.getUiSettings().setMapToolbarEnabled(true);
** use this in your xml
map:mapType="normal" map:liteMode="true"
source share