Android: Expand ListView to fill space between two items
- by BahaiResearch.com
I have a ListView that is sandwiched between two buttons. The entire screen is in a ScrollView
<Button
android:text="Take a Picture"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/btnPicture"
android:layout_marginRight="3dp"
…