I have implemented a FragmentPagerAdapter of 4-pages and a PagerTitleStrip with the titles of each of them. I wanted to know if there are any attributes to put a color line below title to highlight the one selected at the time.

I've looked PagerTitleStrip attributes but I have not found anything for this purpose.

Thank you very much.

有帮助吗?

解决方案

I think you might be able to achieve a solution to your problem using one of the following libraries:

其他提示

Put a new line at the top of all 4 layout and make it invisible. When certain page come. OnPageSelected make this line visible.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top