Android - Rotating an ImageView with finger moves other views around

后端 未结 3 1492
时光取名叫无心
时光取名叫无心 2021-02-03 12:15

I\'ve been learning Android for about two weeks now (expert in as2/3).

I have created a simple LinearLayout1, which contains anImageView`, containing a png

3条回答
  •  青春惊慌失措
    2021-02-03 12:19

    Simple and clear, just draw a circle canvas and add your image to the canvas.The canvas image will not have corners. Also, use FrameLayout to lay one image on top of the other, this will solve your problem

提交回复
热议问题