Millenial Media(http://mmedia.com/)広告を画面の下部に配置する際に問題が発生しました。動作する場合もありますが、理由もなく広告が画面の中央にジャンプする場合もあります。また、広告がその位置から始まる場合もあります。広告が中央と下の位置の間をすばやくジャンプすることがあります。
いくつかの相対的な位置、オプション、構成を試しましたが、正しく機能するものは何もありません。
広告にはAlignParentBottomプロパティがあり、これがMMediaSDKまたはその他の問題であるかどうかはわかりません。
これは、SDKの最新リリースでのみ発生し始めました。誰かがMMediaを使用していて、画面の下部に広告を配置することに光を当てることができますか?
私はAndroid4.1でGoogleNexusを使用しています。
XMLは次のとおりです。
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<GameView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<com.millennialmedia.android.MMAdView
android:id="@+id/ad"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"/>
</RelativeLayout>