I am newer in Android. I am doing android application. I have to do TabHost in android look like iPhone, I am sharing image. Please help me for layout.
I am trying so much but not get exactly solution.
I am newer in Android. I am doing android application. I have to do TabHost in android look like iPhone, I am sharing image. Please help me for layout.
I am trying so much but not get exactly solution.

You can apply the custom shape and selector for tab.
shape_tab_selected.xml
shape_tab_un_selected.xml
selector_tab.xml
Add tab layout in your activity layout and set selector_tab as tabBackground.
Customize other properties according to your need. You can find more about TabLayout here
That's all.
Happy Coding! :)