Reputation: 727
I'm building a screen with this design:
I'm new with android development, and I really dont understand if its the correct approach to use one activity with other activities inside. This is currently working, but I have a couple of bugs and really don't understand how to fix them or how to start without taking a whole new approach...
The bugs:
1.- If the listactivity has enough items it shows over the MAIN tabwidget when scrolling
2.- When you stop scrolling the listview it appears behind the MAIN tabwidget
3.- When you press a tab button on the secondary tabhost, it shows for a very short lapse the icon that is being used in the bottom tabhost (MAIN)
Upvotes: 0
Views: 859
Reputation: 7491
I know that if you add an bottom margin to the listView that is the height of your buttons on the bottom you will get rid of the listView going behind and in front of the buttons. I am not sure if that will fix both issues. I would try that first though.
Upvotes: 1