I want to implement this layout with FragmentTabHost, but I don't know what components should I use. I know how to use FragmentTabHost, but in this case there is a round button in the TabWidget. I know this design doesn't follow the android design principle, but I just want to implement this layout. Is there any reference about custom View or about how to implement this layout ? Thanks~
Asked
Active
Viewed 1,164 times
1 Answers
1
Please refer to:
http://www.kpbird.com/2011/05/androidbottom-tabbar-control.html
You can find a source code there with the desired example.

Evgeni Roitburg
- 1,958
- 21
- 33
-
My button is higher than other tab. But in the example it has the same height. – Sagi Sep 17 '13 at 09:36
-
The visuals have nothing to do to implementation. You control the visual by setting the desired background to your ui elements, So just make one element's bg bigger. You need to take a look at this: http://developer.android.com/guide/topics/ui/declaring-layout.html – Evgeni Roitburg Sep 17 '13 at 09:41