我有一个用于广告的线性布局。此代码适用于 Ad Mob。Ad Mob 横幅居中。Galaxy Nexus 和三星 Galaxy y 二重奏看起来不错。但它不适用于 InMobi 广告。在 Galaxy Nexus 上,横幅位于左侧,而在三星 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>
我最大的问题是,横幅在左边。