Mobclix广告不是中心对齐的?

时间:2011-11-29 17:49:41

标签: iphone mobclix

我使用MobClix来展示广告,但有些广告并非居中对齐,但它们保持对齐。我已将视图的contentMode设置为UIViewContentModeCenter,但它无效,如何解决此问题。enter image description here

(图片末尾有一些空格)

1 个答案:

答案 0 :(得分:0)

我在android上使用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" />