<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    android:key="Test"
    android:title="테스트" >

    <PreferenceCategory
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:key="Test1"
        android:title="테스트1" >

 </PreferenceCategory>

</PreferenceScreen>

<LinearLayout
        android:id="@+id/linearLayout1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical" >

텍스트뷰나 이미지뷰나 등등
</LinearLayout>

이런 프리퍼런스 레이아웃이 있습니다.

밑에 광고를 집어넣으려고 하는데...

안되네요...

원래 프리퍼런스랑 중복해서 안되는건가요?