在android中添加两个图像到2层
我想做一个像 Photoshop 这样的应用程序,我想将 2 个图像添加到 2 个图层中,然后,我可以擦除顶层以使其透明并看到底层。
请帮助我解决这个问题。
谢谢
I want to do an app like photoshop, I want to add 2 image into 2 layers, and after that, I can eraser the top layer to make it transparent and see the bottom layers.
Please help me on this issue.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请使用 LayerDrawable
http://developer.android.com/guide/ topic/resources/drawable-resource.html#LayerList
要隐藏部分部分,请使用剪辑层
http://developer.android.com/guide/topics/resources/drawable -resource.html#Clip
Please use LayerDrawable
http://developer.android.com/guide/topics/resources/drawable-resource.html#LayerList
To hide partial part use Clip Layer
http://developer.android.com/guide/topics/resources/drawable-resource.html#Clip