使 TabWidget 的大小变大
我有一些内容和选项卡小部件的默认大小,我在选项卡小部件中有自定义视图,我想让他更大一点。我该怎么做?我还需要知道如何更改选项卡之间的间隙。
I have some default size for the content and the tabwidget, well I have custom views in the tabwidget and I want to make him a little bit bigger. How can I do this ? also I need to know how to change the gap between tabs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用布局 android.R.layout.tab_content 源作为模板。您可以做一些简单的事情,例如增加填充或边距,或者您想要的任何事情。当您使用 newTabSpec 创建选项卡时,将自定义布局设置为指示器。
Use the layout android.R.layout.tab_content source as a template. You can do something easy like increase the padding or margin, or just about anything you want. When you create your tabs with newTabSpec, set your custom layout as the indicator.