GoWalla 应用程序 - 选项卡
我是一位对好看的标签着迷的 Android 开发者。迄今为止我见过的最好的应用程序可能是 GoWalla 应用程序中的应用程序。
有人对他们是如何实现这种外观有一些初步的想法吗?
谢谢
Im the kinda of android developer thats fascinated with good looking tabs. Probably the best one ive seen so far is the one from the GoWalla app.
Does anyone have some initial thoughts about how they achieved that look?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的问题与图标有关,选项卡的图标可以是 StateListDrawable:
然后,您可以针对选定的情况与正常情况使用不同的 PNG(GoWalla 示例中的红橙色与灰色)。
If your question is about the icons, a tab's icon can be a
StateListDrawable
:Then, you can use different PNGs for the selected versus normal cases (red-orange versus gray in the GoWalla example).