Android How do I synchronize the admob banner position to the object?

duran can

Member
I guess because of the screen sizes, 50 pixels in the Admob is not equal to 50 pixels in the game.
An object is
x = 50; y = 50;
when I say and advertise
GoogleMobileAds_MoveBanner (50,50)
when I set with, they don't stay in the same place. How can I show the ad in positions x, y where the object is?
 
Top