Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

The last tab item string not shown completely #20

Closed
jinxk opened this issue May 11, 2015 · 2 comments
Closed

The last tab item string not shown completely #20

jinxk opened this issue May 11, 2015 · 2 comments

Comments

@jinxk
Copy link

jinxk commented May 11, 2015

I am using most of the code from the sample except for my own tabs -
This is how it's shown
screenshot_2015-05-11-13-34-45 1

The tab should show the complete tab name "Borrowed"
I also tried -

mViewPager.getPagerTitleStrip().setShouldExpand(true);

didn't work.

@florent37
Copy link
Owner

You have to include you own tab layout,
look at the PagerTitleStrip Readme
https://github.com/jpardogo/PagerSlidingTabStrip

@jinxk
Copy link
Author

jinxk commented May 11, 2015

Thanks! I set up a custom tab and had to change the padding (from your given example) to 16dp to get it to work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants