Closed nrbn closed 7 years ago
Screenshot?
Admob is over last list item.
Yeah you should accomodate for that space, so just render the ListView
with a bottom margin of 50. Could be done in many ways, fi using a GridLayout
:
<GridLayout rows="*, 50">
<ListView ..></ListView>
<Label row="2" text="Admob banner here"></Label>
</GridLayout>
Thanks. It works!!!!!
Doesn't work on Tablet the same as Phone. My tablet still overlaps with this.
The banner comes over my listview and when I have a list of just to cover the screen, the bottom list item becomes invisible, because the banner appears above. And listview does not scrolling.
Are there any css tricks I can do here?