Flash Builder Burrito - 为 ActionBar 设置外观
我正在使用 Burrito 开发 Android 应用程序,我遇到了某种情况,我似乎不知道如何解决。也就是说,如何更改 ActionBar 的外观和感觉?
我可以创建一个使用 ActionBar 类作为其宿主组件的皮肤,但是(我非常讨厌但是)那么你实际上如何使用它呢?如何将其应用到视图中?只是因为我想改变它的高度。我真的不认为它有什么问题,但我的老板希望它更小,那么我该如何实现呢?
I'm developing an application for Android using Burrito, and I came across a certain situation that I can't seem to find out how to solve. Which is, how do you change the ActionBar look and feel?
I can create a skin with the class ActionBar as its host component but (I hate buts so much) how do you actually use it then? How do you apply it to a view? It's just because I want to change its height. I don't really see any problem in it but my boss wants it smaller, so how can I accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1)尝试使用CSS配色方案(例如backgroundColor,color,...)更改外观和感觉(此处的完整列表:http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f85.html)
3) 如果您需要更高级的样式/皮肤,祝您好运,因为移动皮肤已经完全使用 AS3 开发,并且查看默认的 ActionBarSkin,它看起来很可怕:)
1) Try to change the look&feel with css color schemes such as backgroundColor, color, ... (full list here: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f85.html)
3) If you need more advanced styling/skinning, good luck because mobile skins have been developped fully with AS3 and looking at the default ActionBarSkin, it looks scary :)