Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个带有标签导航的项目。因为它应该与 Gingerbread 兼容,所以我使用 Actionbar Sherlock 来实现这种方法。我的问题是一个选项卡太短,一个单词的一个字母显示在第二行:
我可以做些什么来设置选项卡的宽度以使其适合单词?谢谢你的帮助!
您可以根据需要减小选项卡中的字体大小,但他的解决方案有其局限性。
另一个解决方案是,您可以使用 ViewPagerIndicator 库,它有选项卡,如果它们不适合屏幕,可以滚动。请参阅以下链接中的示例代码
https://github.com/JakeWharton/Android-ViewPagerIndicator