I think you can solve your problem if you use RelativeLayout in your fragment and add ListView to this layout.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ListView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</RelativeLayout>
ListView , RelativeLayout, , , . , , , fill_parent, .