The setter for 'shouldExpandEqually' doesn't work
Opened this issue · 0 comments
anirvan-majumdar commented
While pstsShouldExpand
works perfectly from the layout file, doing so from the application code doesn't seem to have any effect.
This issue was also plaguing the original tab strip library by astuetz (astuetz/PagerSlidingTabStrip#12), but the solution there suggested to call the setShouldExpandEqually
before setting the view pager. However, doing so in your library has no effect. 😢
Also, it appears that there's a pending PR on your repo which fixes this issue (#157)