I've been busting my head on this all day and haven't been able to figure it out. I have a webview and would like an admob ad on the bottom. What should my xml look like? should i configure admob in xml or using code? thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can have a vertical linear layout with your webview and admob view in xml file. Then setting android:layout_weight="1" for webview ,will push your admob view to the bottom of your layout |
|||
|
|
|
|||
|
|