astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

In Moto G 4+ text display incomplete. #304

Closed TechnologyMaster closed 7 years ago

TechnologyMaster commented 7 years ago

In all other device text inside pagerSlidingTabStrip display perfect , but in Moto G 4+ android 7 it display incomplete text. I don't know , what is reason behind it. plz if anyone know then tell me. I have also posted whole issue on stack overflow in this question.

TechnologyMaster commented 7 years ago

By doing some changes in code, it will work right now perfect. may be it help some one in future so post here changes.I made changes in xml file as below.

app:pstsShouldExpand="false"

It will work fine .