Skip to content Skip to sidebar Skip to footer

Make Adview Stick In Place When Sliding Menu

I have integrated admob ads in my android application. I'm using jfeinstein's sliding menu, so when I slide it, adview slides with it too. How can I make it stick on the screen, no

Solution 1:

Try aligning the advert to the left and right of your layout instead of setting width to fill parent. (It will fill the bottom of the page like you want and stop it from sliding around with the sliding menu).

I've done this so I know it works by the way :)

Post a Comment for "Make Adview Stick In Place When Sliding Menu"