I'm trying to make a tabstrip, linked to a ViewPager, that has the same look and feel as in the Flipboard app.
I tried different libs, and even decompiled their app, but I can't find how they did this.
So far, I managed to have a regular Material design tabs, like that, using default android.support.design.widget.TabLayout.
But the selection color is not animated, and the tabstrip doesn't scroll.
If it was for me, I would just go Material, but it's not my choice, I have to deal with what my boss tells me to do.
Can someone give me a hint?