androidandroid-viewpagerandroid-tabhosttabwidget

TabWidget without title


I'm trying to make a ViewPager that slides between fragments and a custom slidebar, that shows which page is selected.

Should be like this:

SlidingBar

I don't want to display tab titles, only the bar itself. How can i do this?


Solution

  • You can do this by following a trick. Like as, First remove your all title from tab then make same color your layout and tablayout background.