xmartlabs / XLPagerTabStrip

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

Pager inside pager #760

Open noura-rizk opened 4 years ago

noura-rizk commented 4 years ago

I have a pager inside another pager with buttonBarItemsShouldFillAvailableWidth = true in both work fine when the second pager is in the first tab everything works fine but if I set it in any other tab buttonBarItemsShouldFillAvailableWidth doesn't work and I've no idea why. I tried different workaround solutions but the issue still the same. I tried to force static value for width, reload both parent and child pager nothing works. any help will be appreciated thanks.

Simulator Screen Shot - iPad Air 2 - 2019-10-08 at 16 56 57 Simulator Screen Shot - iPad Air 2 - 2019-10-08 at 16 58 26

Jakkawad commented 3 years ago

how to resolve?