sssssss

<?xml version="1.0" encoding="utf-8"?>

<LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical">

<!--

广告创意放置的位置。

此处我放在Activity最顶部

    -->
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
    <!-- 
          广告创意放置的位置。  
    此处我放在Activity最顶部   
    -->
   <!-- 广告位设置开始 -->  
    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:id="@+id/adsameLay"
    >
    </LinearLayout>
</LinearLayout>
 

   <!-- 广告位设置开始 -->  

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:id="@+id/adsameLay"

>

</LinearLayout>

</LinearLayout>

相关推荐