I'm currently developing app for one shop and as the design came together I stumbled upon a problem. There is one main activity which has five tabs on top and also in one of those top tabs there are two tabs on the bottom to switch between activities in that main(top) tab. As I started to develop UI I put another tab host at the bottom (bad idea, because it somehow corrupts design of top tabs(top tab background is streched)).

So the question is What would be the best way to make 3 activities fit and work in one tab? Should I use buttons or another tabhost or some other widget?