広告用の線形レイアウトがあります。このコードは Ad Mob とうまく連携します。Ad Mob バナーが中央に配置されています。また、Galaxy Nexus や Samsung Galaxy y duos との相性も抜群です。ただし、InMobi 広告では機能しません。Galaxy Nexus ではバナーは左側にあり、Samsung Galaxy Duos ではバナーは左側にあり、少し小さくなっています。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layoutAdView"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="50dp"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true" >
</LinearLayout>
</RelativeLayout>
私の大きな問題は、バナーが左側にあることです。