Closed dev-mher closed 3 years ago
Sorry. I did not get it. What do you mean by moving the source text position? Do you mean the text added on PhotoEditorView? Also, it will be helpful if you can attach a video/gif/image to make it more clear.
Thanks for the reply!
At first, I add the Text by PhotoEditor.addText("Any Text", TextStyleBuilder)
Then, after a long click on the text ("Any Text") it's invoked the callback onEditTextChangeListener(RootView, AnyText, ColorCode)
Then, as in the sample app, opens a new window for editing.
And after editing calls PhotoEditor.editText(RootView, EditedOrTheSameText, TextStyleBuilder)
Then my "Any Text" changes his position
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 3 days.
This issue was closed because it has been stalled for 5 days with no activity.
Hi! thanks for the great lib. It is a good job. I have found a problem with the TEXT Steps to reproduce: