当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"/>
答案 0 :(得分:0)
android:theme="@android:style/Theme.Translucent"
此行负责背景广告的“透明度”。 You can customize it by specifying its subject或use one of the standard。例如:
android:theme="@android:style/Theme.Panel"
祝你好运!