Ethanonfire
Ethanonfire

Reputation: 11

How to make a line in android that is stretchable, moveable, and rotatable such as this one found in Lucidchart

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

Upvotes: 1

Views: 53

Answers (1)

i30mb1
i30mb1

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

Related Questions