I’m using JakeWharton TitlePageIndicator. The indicator has worked very find until I set the title to a little bit long string (20 characters), the center title is displayed very well but the left and the right title is too closed to the center title. Is there any way to make it just like in Google play where the left and the right title is showed only half (or a fix length)?
Thank you,
For anyone who may have this same problem. In JakeWharton TitlePageIndicator, there is 2 method which will control the display of left and right title:
The above code snippet will show only 60dp of left and right title. You can make this number a attribute and pass it through xml. Here I hardcoded it for easy understanding.