在 Titanium SDK 中自定义相机视图工具栏
有什么方法可以让我们自定义 Titanium SDK 中相机视图底部的工具栏。我们可以在此添加自定义控件吗?任何代码或想法将不胜感激。
Is there any way so that we can customize toolbar that is bottom of camera view in Titanium SDK. Can we add custom control on this? Any code or idea will appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想使用相机的覆盖属性,然后您可以指定自己的按钮。厨房水槽里有一个例子
You want to use the overlay property of the camera and then you can specify your own buttons. There is an example in the kitchen sink