-
-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get current selected text view #260
Comments
There is no method for that, its Click event only shows the edges of the text, and Long Click is the one you can handle. The other thing is that when executing the Long click you show a small space to edit the text and next to it a button to open the entire editor. |
I found a way to do it, at least as long as there is no method that allows the library. You must go through the PhotoEditorView views, assign the specific ones to not make a recursive method, even so carry out the necessary tests. This is my code and it works fine, at least for what I'm currently doing. (Once the view is recovered, you assign the OnClick method and a Tag to recognize that I have already added what I need. The code I use after the: photoEditor.editText (rootView, inputText, styleBuilder); But you can use it in your event onAddViewListener)
[EDIT] [EDIT 2]
|
please guide me, how can i get current selected text view.
i want to change the color of text without opening the text Editor
The text was updated successfully, but these errors were encountered: