Flash Builder Burrito - 为 ActionBar 设置外观

发布于 2024-10-19 14:13:51 字数 207 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Oo萌小芽oO 2024-10-26 14:13:51

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 :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文