简体   繁体   English

是否可以自定义Android的相机裁剪意图视图?

[英]Is it possible to customize android's camera crop intent view?

Is it possible to customize android's camera crop intent view ? 是否可以自定义Android的相机裁剪意图视图? How to create a custom view like the image in this link ? 如何在此链接中创建自定义视图,如图像?

Thanks 谢谢

Try This: 尝试这个:

Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
intent.putExtra("crop", "true");

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM