gpt4 book ai didi

android - 横屏广告难以满屏

转载 作者:行者123 更新时间:2023-11-29 14:53:25 24 4
gpt4 key购买 nike

我在我的应用程序中使用了一个广告。当模拟器在纵向模式下工作时它工作正常,但是当我将模拟器切换到横向模式时,它确实填满了水平屏幕,即使我给了 android:layout_width="match_parent”。请告诉我如何解决这个问题。

这是 xml 文件:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
android:id="@+id/rl"
android:layout_width="match_parent"
android:layout_height="match_parent"
>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/hello_world"
/>

<com.google.ads.AdView
android:id="@+id/ad"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="a1501e5633125fb"
ads:loadAdOnCreate="true"
ads:testDevices="TEST_EMULATOR, 123456789ABCDEF" />


</RelativeLayout>

最佳答案

你应该使用 Smart Banner为此。

智能横幅是新的广告单元(从 v6.0.0 开始),可以在不同设备的任何屏幕尺寸上以任一方向呈现全屏横幅广告。智能横幅通过“智能”检测手机当前方向的宽度,并使广告以该尺寸显示,有助于解决不同设备上日益增加的屏幕 fragment 问题。

关于android - 横屏广告难以满屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12017441/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com