astuetz / PagerSlidingTabStrip

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

Tabs width changed #215

Closed SiminaNicolae closed 9 years ago

SiminaNicolae commented 9 years ago

When I make a web service call, on success I want to update tabs content. For this I use "mTabs.notifyDataSetChanged()". After this, the content is changed, but the tabs layout is shift a little bit to the left. I want to mention that the resulting tab's content has the same length, also I use "app:pstsShouldExpand="true"". Even if I put down "mTabs.notifyDataSetChanged()" without changes, the tabs layout if shifting la little bit to the left. Can somebody help me?

Tx.

SiminaNicolae commented 9 years ago

Problem solved with library update.