我正在创建一个应用程序,它基本上可以从应用程序库中选择一组图像,将其放在屏幕上,然后调整大小,移动拖动或图像上的任何内容。
我应该在ImageViews上使用ImageViews和OnTouchListener的简单FrameLayout / RelativeLayout,还是应该使用画布并手动处理?有人能告诉我一些方向吗?
答案 0 :(得分:1)
使用此库https://github.com/thuytrinh/android-collage-views
<com.thuytrinh.android.collageviewsdemo.CollageView
android:id="@+id/collageView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/green" />