I'm trying to put a FragmentTabHost at the bottom of the screen. Time ago, I was able to do that with regular TabHost (following this thread), but now this is not working for me.
Is there a way to do that?
Thanks!
Finally I followed this tutorial: Android Tabs with Fragments
I gave up with FragmentTabHost, this is easier (imho) to implement, and I was able to put the tabWidget on the bottom with no effort.