Reputation: 11
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?
Upvotes: 1
Views: 53
Reputation: 4816
No. But you can save this line in png
format with transparency background insert into an ImageView
and place it over your editable ImageView
Upvotes: 1