1

I'd like to make a line over an ImageView that is editable. Preferably like this one from lucidchart. Is there any Android widget that can accomplish such task?

enter image description here

aero-man
  • 115
  • 10

1 Answers1

1

No. But you can save this line in png format with transparency background insert into an ImageView and place it over your editable ImageView

i30mb1
  • 3,894
  • 3
  • 18
  • 34