Some questions and tips:
- Do you use only the banner in the app in the Play Store? Or interstitial too?
I check the source that I get from you and saw that you put the banner in a fixed space.
The adaptive banner resizes accordly the device screen.
My advice:
- put a banner in a panel with the 100%x width in the same place (top of the screen).
- check the AdaptiveSize.Get("height") and resize the panel height
PanelBanner.Height = AdaptiveSize.Get("height"))
PanelBanner.AddView(BannerAd, 0, 0, 100%x, AdaptiveSize.Get("height"))
- resize the customlistview to fit the panel height changes
I need to reposition af CustomListView in code. There is a panel at the top of the activity which is only visible at some conditions, and I need to move and resize the CLV to expand the full area if that panel is not visible. The following code will only change the top of the CLV. The height is...
- give more space between the top of the banner and the bottom of the action bar
- give more space between the bottom of the banner and the top of the customlistview
This prevent the policy about the acidentally click.
- If this change don't fixed the problem with the policy, try to change the banner to the bottom of the screen.
To the second screen I don't know, but maybe it can access a link in the app that show the screen from a site.
As I am busy now I can't give another suggestions or a example, but I advice that you made the changes as soon as possible, put the new version in the Play Store and reply the Admob contact, informing you that you changed the banner and fixed the issues.