根据设备宽度调整 Horizo​​ntalFieldManager 中的 BitmapFields 宽度

发布于 2024-12-13 19:29:20 字数 195 浏览 4 评论 0原文

我是 BB 开发的新手,

请建议我如何调整 Horizo​​ntalFieldManager 中的 BitmapFields 宽度 在设备宽度中调整它。

我正在重写 Sublayout 方法来获得这个

现在它看起来像这样......我得到了 Simulator 9550 的预期 o/p

谢谢

I am new in BB development,

Please suggest me how i can adjust BitmapFields Width which are in HorizontalFieldManager
to adjust it in Device width.

I am overriding Sublayout method to get this

Now it look like this....I am getting expected o/p for Simulator 9550

Bottom Bar

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

零崎曲识 2024-12-20 19:29:20

创建一个扩展 BitmapField 的 customBitmapField 类。重写 getPreferredWidth() 方法并返回 (Display.getWidth()/3),以便位图字段占据设备显示的三分之一。您将必须处理它在较小设备中的外观以及文本可能不适合的情况。

Create a customBitmapField class which extends BitmapField. Override getPreferredWidth() method and return (Display.getWidth()/3) so the bitmapfield takes up a third of the device display. you will have to handle how it looks in smaller devices as well as the text might not fit.

残龙傲雪 2024-12-20 19:29:20

您可以使用 PillButtonSet 组件,您可以在高级 UI 包中找到它。
请参阅此处:高级 UI

you can use the PillButtonSet component, you can find it in the advanced UI package.
see here: Advanced UI

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