I set my ListView in Android Studio like this:
<ListView
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:id="@+id/listView" />
and attached it to the bottom of the screen. But if I run the app, the ListView extends and fills the entire screen.