在小部件中使用 ToggleButton?
我正在构建一个当前可与按钮一起使用的小部件。我想改用 ToggleButtons,因此我更改了 main.xml 以反映这一点。然后我在 droid x 上运行该小部件,它显示“Porblem 正在加载小部件”。我没有看到任何错误。
所以我的问题是,我可以在小部件中使用 ToggleButtons 吗?
I am building a widget that currently works with buttons. I want to use ToggleButtons instead, so I change the main.xml to reflect that. Then I run the widget on my droid x and it say "Porblem loading widget." I see no errors.
So my question is, can I use ToggleButtons in a widget?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,
ToggleButton
不是可在应用小部件中使用的小部件。您可以通过更改ImageButton
表面的图标来实现类似的效果。Sorry, but
ToggleButton
is not an available widget for use in app widgets. You may be able to achieve a similar effect by changing the icon on the face of anImageButton
.