Android 默认相机
我是 Android 开发新手。 谁能告诉我如何在 Android 默认相机上添加另一个按钮或文本编辑?
谢谢
I am new to Android development.
Can anyone please let me know how to add another button or textEdit on top of Android default camera ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
框架布局允许您将任何覆盖物放置在用于相机的表面视图上。
我们的 OCR 项目中提供了 Android 示例(示例演示应用程序、文本字段、按钮、
以及通过相机预览的图像)
http://sourceforge.net/projects/javaocr/
Frame Layout allows you to put whatever overlays over surface view used for camera.
Android sample is available in our OCR project ( sampler demo app hat textfield, buttons,
and images over camera preview )
http://sourceforge.net/projects/javaocr/
在您的 Activity 中打开相机,并在您的 Activity 布局中设置
button, textview, edittext
任何您想要的...Open the camera in your activity and in your activity layout set
button, textview, edittext
whatever you want...