Android Question Hide Edittext actionbar

Blue.Sky

Active Member
Licensed User
Longtime User
Hi
I have two question
1: can i disable actionbar of edittext when i select text in edittext?(actionbar: copy paste cute and other)
2: can i disable edit of edittext but i able to select part of text?

In below image,you can see actionbar that i want to hide it when edittext get focus
2e2j6di.png
 

Blue.Sky

Active Member
Licensed User
Longtime User
You can handle the LongClick event. However it will disable selection at all. I don't see how you can allow selection and disable the action items.

Another thing that you can do is to handle the TextChanged event and force it to be the text you want it (making it read-only).
Erel i knew your answer.is there other solution?
 
Upvote 0
Top