リストがあり、それにフッター ビューを追加しています。ただし、フッター ビューの高さは常に固定されています。そのサイズの約半分が欲しいのですが、フッタービューのサイズはまったく変わりません。そのxmlレイアウトファイルで多くの組み合わせを試しました。助けてください。
   <?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="wrap_content"
                android:orientation="vertical"
                android:background="#ff0000" 
                >
                <TextView
                    android:id="@+id/textView1"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="Footer...." />
            </LinearLayout>