The answer is very simple: you should change android:layout_height="wrap_content" to android:layout_height="match_parent" in your ListView.
You can probably guess why this happens.
The answer is very simple: you should change android:layout_height="wrap_content" to android:layout_height="match_parent" in your ListView.
You can probably guess why this happens.