Hi i have a custom view running my game. Once the player loses it shows up with a gameover screen still part of that custom view. I want to make a highscore listview occupying the bottom half of the screen overlapping the other view. How do i go about doing this?
EDIT:
How do i populate a listview after inflating it with the viewstub? would this work :
listview.setAdapter(new ArrayAdapter(context,R.layout.list_item,scores));
Overlapping but not replacing? If so..you may use a ViewStub http://android-developers.blogspot.de/2009/03/android-layout-tricks-3-optimize-with.html