Triangle shaped ImageView with drag, scroll & zoom onTouch Android

后端 未结 1 1075
日久生厌
日久生厌 2021-01-15 05:18

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

相关标签:
1条回答
  • 2021-01-15 06:09

    here is a link for source example of how to mask image

    https://github.com/hotveryspicy/MaskImage

    ref from this question

    Masking(crop) image in frame

    EDIT

    for individual zoom in and zoom out you want these three bitmaps in different layout (you need to make custom image view ) so try below URL that describe how to make your own custom layout (image view in triangle shape) etc.

    https://github.com/thecodepath/android_guides/wiki/Defining-Custom-Views

    0 讨论(0)
提交回复
热议问题