Search code examples
androidandroid-layoutandroid-viewpagerandroid-titlebar

how to change the display amount of viewpager title?


Can i know how to change the specific amount of the view-pager title? Currently, the view-pager only able to show 3 title at once by default. In this case, i intend to change the total display amount into 5. I tried to use tab host and others layout cannot achieve what i want to display.

Actually what i want to display from the view-pager is the icon to be display, i want to display 5 icon on the title there, is there any way to achieve it?


Solution

  • I don't think it is possible to implement the result that you want using the current Android viewpager api but there are external libraries that can make it work.

    Here is another thread (viewpager with icons only) that is related to your question. The libraries that you can possibly use are ActionBar Sherlock and J.W ViewPageIndicator.