I'm working on a project with a tab navigation. Because it should be compatible with Gingerbread I'm using Actionbar Sherlock for this approach. My Problem is that one tab is too short an one letter of the word is shown in a second line:
What can I do to set the width of an tab so that it fits the word? Thanks for your help!
You can reduce font size in tabs to make it according to your needs, but his solution has its limits.
One of other solution is that, you can use ViewPagerIndicator library, It has tabs, which can scroll if they do not fit in screen. See example code from following link