0
我在我的應用中實施了Google廣告。問題是:每次我觸摸廣告並返回到應用程序時,都會出現一條圓角線。這就像廣告獲得關注。Android廣告/廣告獲得專注的圓形線
A picture的問題。
廣告代碼(即我的應用程序正在合併)如下:
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads">
<com.google.ads.AdView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
ads:adUnitId="a150203b883dd6d"
ads:adSize="BANNER"
android:focusable="false"
android:focusableInTouchMode="false"
ads:testDevices="TEST_EMULATOR, 39e0b3669eb01337"
ads:loadAdOnCreate="true"/>
</merge>
有什麼想法?
不,我沒有使用任何webview,我通過xml通過合併/導入添加組件。 – Ale