Set gravity for LinearLayout programmatically
问题 I have followed an instruction for making new AdMob plugin for Unity. Ads show up correctly, but I have problem with bottom position. They show up at top of the screen. I have set gravity to bottom (for FrameLayout) but banner ads again show up at the top of screen. I dont have any .xml file with LinearLayout/FrameLayout tags. Here is all code: public class playads { private String adUnitID = "ca-app-pub-9578188175087140/5483276313"; private Activity activity; //Store the android main