Android Tab 高度浪费空间!一定有办法将其最小化!
我没有使用图像图标,仅使用(固定大小)文本指示器。如何将选项卡高度设置为其最有效的大小?[wrap_content 无效。]
I am not using an image icon, only a (fixed size) text indicator. How do I set the tab height to its most efficient size?[wrap_content has no effect.]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要使用
setIndicator
方法来设置应在选项卡内显示的视图。这将允许您使用自定义视图TabHost 文档
You want to use the
setIndicator
method to set the view that should be displayed inside the tab. This will allow you to use a custom viewTabHost docs