I wanna do such a layout in android, i can’t figure it out.
one button on top, one button at bottom, and a listview take the rest center area, how to make the listview take the rest area? is this possible if parent container is vertical LinearLayout?
thanks
What i have done in my project is
With relative layout you can simply do it, the key layout properties are
android:layout_alignParentBottom="true",android:layout_alignParentTop="true"