作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在我的应用程序中使用了一个广告。当模拟器在纵向模式下工作时它工作正常,但是当我将模拟器切换到横向模式时,它确实填满了水平屏幕,即使我给了 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/
在我的站点中,我有一个顶部栏。我希望它是全屏的,但我希望显示垂直页面滚动条,就像 StackOverflow 的标题一样。 我的 CSS 是: #topBar { background: bl
我是一名优秀的程序员,十分优秀!