xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.33k forks source link

Is XLPagerTabStrip able to customize the tab looks like round corner rectangle? #736

Open yccheok opened 5 years ago

yccheok commented 5 years ago

Hi,

I have designed an Android note taking app, which looks like a real world notebook with bookmark.

Real world notebook with bookmark

71tTlPvCDZL _SL1500_

Android app

Screenshot_20190720-204242

According to feedback, the "tab" design is the most loved feature, because users can switch between different labels easily. I would like to apply this design in iOS app too.

In Android, I implement such look and feel using TabLayout (Not PagerTabStrip), with customized background drawable.

I look at your library. It is very impressive. However, I was wondering, by using your library, can I

  1. Customize tab so that it is a round corner rectangle?
  2. Have the following scroll behavior - https://youtu.be/4YH4-r4DTwU

Thank you.