我使用MobClix显示广告,但有些广告没有居中对齐,但它们是左对齐的。我已经将视图的contentMode设置为UIViewContentModeCenter,但它不起作用,如何解决这个问题。

(在图像中,末尾有一些空白)
发布于 2012-03-22 03:46:14
我在安卓上使用Mobclix SDK中的MobclixMMABannerXLAdView,它有固定的大小。至于我的布局调整,在屏幕中央显示广告。对于RelativeLayout,下面的代码运行良好:
<com.mobclix.android.sdk.MobclixMMABannerXLAdView
android:id="@+id/advertising_banner_view"
android:layout_height="50dp"
android:layout_width="match_parent"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:tag="adspace" />https://stackoverflow.com/questions/8315319
复制相似问题