mSettingsView = new SlideSettingsView(this);
addContentView(mSettingsView, new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));
<ListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="25dp"
android:layout_marginTop="25dp"
android:layout_below="@id/imageView1" >
</ListView>
如果是android:layout_height = wrap_content 就会在最下面少一根线