如何在android中禁用admob透明插页式广告?

时间:2015-09-28 07:27:11

标签: android admob interstitial

当admob显示透明的插页式广告时,它会清除我的ui文字内容

 <activity android:name="com.google.android.gms.ads.AdActivity"  android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:theme="@android:style/Theme.Translucent"/>

enter image description here

1 个答案:

答案 0 :(得分:0)

android:theme="@android:style/Theme.Translucent"

此行负责背景广告的“透明度”。 You can customize it by specifying its subjectuse one of the standard。例如:

android:theme="@android:style/Theme.Panel"
祝你好运!