You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 setShouldExpandEquallybefore 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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: