Triangle shaped ImageView with drag, scroll & zoom onTouch Android
问题 I've added three different bitmap to one ImageView as shown in picture below. But the problem is that I cannot edit it after the Bitmap is set to ImageView . I want to drag, scroll & zoom the individual Bitmap in the ImageView . My code for getting the combined bitmap is: Bitmap setBitmapInTriangleShape(Bitmap bitmap1, Bitmap bitmap2, Bitmap bitmap3) { /* * int[] values= new int[2]; mImageView.getLocationOnScreen(values); */ double screenHeightAspect = 2.5; Bitmap drawnBitmap = null; bitmap1