My ListView (of my ViewFilipper) fills the parent and buttons on the bottom get hidden
Hi and thanks for your help! This is my desired result: This is my XML: <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" > <Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" /> <Button android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" /> </LinearLayout> <include android:layout_height="wrap_content" layout="@layout/filelist" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap