问题
I'd like to implement a navigation with two layers of tabs, similar to this one:

However I cannot find how to give scrollable tabs this appearance: centered title for the active tab, and the others pushed to the sides, without separator or underlining. I'm pretty sure I've seen this scrollable tabs style before, so I was wondering if it's just a setting or maybe a third party library.
Could anyone help me with this ?
Thank you.
回答1:
Have a look at ViewPager
's PagerTitleStrip. That's what you are looking for.
来源:https://stackoverflow.com/questions/21911953/scrollable-tabs-style-in-android