I have a problem related to the solution posted by @stormin986 (http://stackoverflow.com/a/2710404/535452) but it seems that I can't reply to his comment.
The tabbar is perfectly fine in the bottom, but when I'm navigating through the 4-way directional buttons the focus sequence is wrong. The tabbar gets the focus when I press UP on the first component on the top of the screen. I can even go all the way around pressing UP, but when I'm on the last component on the bottom and press down, nothing happens.
I tried setting nextFocusUp, Right, Left and Down on the current layout, on the tabhost content frame, on the list that's being shown, but nothing worked. I don't know what else I can try. Any ideas?