How to draw lines over ImageView on Android?

前端 未结 3 1033
执念已碎
执念已碎 2020-12-10 17:37

I am trying to develop a simple map application, which will display a map in the screen.

When the user moves the cursor on screen, I want to display 2 perpendicular

3条回答
  •  失恋的感觉
    2020-12-10 17:49

    Just fix the xml to include your object instead of an imageview like so (note that com.your.package.MyImageView should be the full package name of the package containing your class and then the class name)

    
    
    
        
        
        
    
    
    

提交回复
热议问题