Android change google map padding at runtime
问题 I want to move Google map layout items at runtime, but I'm not able to do it and I don't know if it's possible or not. What I want to do is: I have a Google map fragment which takes up all the screen. I also have an Ad. When app starts, I show the map. Like this: And when the ad loads, I show the ad at the bottom, but I need to move the Google logo above the ad. Like this: I've tried with: if (banner is loaded) googleMap.setPadding(0, 0, 0, banner.getLayoutParams().height); But I had no