http://i.stack.imgur.com/lbs7l.pngAdMob聯播背景下方
我想要的背景之下設置的AdMob,但我一直在這樣的背景上得到的AdMob。 http://i.stack.imgur.com/YJXU2.png
所以發生了什麼事是我有一個按鈕alignedParentBottom =「true」 但廣告仍在覆蓋按鈕。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<Button
android:id="@+id/backButton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/back"
android:textSize="40sp"
android:layout_alignParentBottom="true"
></Button>
<ScrollView
android:id="@+id/ScrollView1"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:layout_alignParentTop="true"
android:layout_above="@id/backButton"
>
<TextView
android:id="@+id/TextView1"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:textSize="20sp"
android:text="@string/helphelp"></TextView>
</ScrollView>
<com.google.ads.AdView android:id="@+id/adView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
ads:adUnitId="MY_UNIT_ID"
ads:adSize="BANNER"
ads:testDevices="TEST_EMULATOR, TEST_DEVICE_ID"
ads:loadAdOnCreate="true"
android:layout_below="@id/backButton"></com.google.ads.AdView>
你試過FrameLayout嗎? – 2012-02-28 05:53:50
不,我如何以及在哪裏實施? – sayhaha 2012-02-28 06:20:35