Search code examples
androidandroid-viewpagermaterial-designandroid-tabhostandroid-tablayout

Android: How to create oval horizontal scrolling tabs from Google Play


how can I create this (Top Charts, Games,...):

Google Play

Exists some library for this? How is this component called? Or should I use android.support.design.widget.TabLayout?


Solution

  • As cricket-007 recommended I'm using for this buttons in HorizontalScrollView and it's exactly the same.