Search code examples
androidandroid-tabhostandroid-custom-viewtabwidgetfragment-tab-host

Custom Tabwidget (Button in Tabwidget)


enter image description here

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~


Solution

  • Please refer to:

    http://www.kpbird.com/2011/05/androidbottom-tabbar-control.html

    You can find a source code there with the desired example.