android 平板 tabwidget
请问我怎样才能自定义 tabwidget 以获得一个没有分隔线的平面样式的 tabwidget 就像这个
please how can I customize tabwidget to get a flat styled one with no dividers just like this one
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过调用 TabSpec 的
setIndicator
方法。 Google IO 2010 调度应用提供了一些这样的示例。但看在皮特的份上,不要像这些人那样将标签放在屏幕底部。不要像对待 iPhone 用户一样对待你的 Android 用户,你只是在侮辱他们。
You can set a custom appearance for your TabHost by calling TabSpec's
setIndicator
method with a custom view when you're setting up your tabs. The Google IO 2010 Scheduling app has some examples of this.But for pete's sake, don't put your tabs at the bottom of the screen like these guys did. Don't treat your Android users like they're iPhone users, you're just insulting them.