google.ads.AdView
画面下部のアプリにを表示しています。すべて正常に動作します。ただし、唯一の問題は、表示中は画面の全幅を使用しないことですが、表示中Samsung galaxy note
はNexus s
画面の全幅を使用します。
なぜこれが起こるのですか、この問題を解決する方法はありますか?
私が置いたXMLレイアウトは次のgoogle.ads.AdView
とおりです。
<LinearLayout
android:id="@+id/bottom_control_bar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal" >
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adSize="BANNER"
ads:adUnitId="a14e5222d46c63d"
ads:loadAdOnCreate="true" >
</com.google.ads.AdView>
</LinearLayout>