I have a listview with some items that can be marked as \"done\". There is also a togglebutton that says \"hide done items\".
However, when I do hide the items by s
Changing the android:layout_height="wrap_content" to android:layout_height="fill_parent" fixed the issue.. was testing with a long list.. with a short list the same space was above the list.. Stupid mistake..
Thanks all for help.. everything is working now.