Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 413 Bytes

File metadata and controls

12 lines (9 loc) · 413 Bytes

图片编辑组件

可分别对不同的图片进行拖动和缩放

图片

Image

Image

使用

ImageComponent component = new ImageComponent(getApplicationContext());
component.setBitmap(bitmap);
layout.addView(component);