I want to make a readonly EditText.
xml code seems android:editable="false"
But I want to do this coding.
how can I do this
|
I want to make a readonly EditText.
xml code seems how can I do this |
|||||||||
|
|
If you A less intrusive way would be to use I believe that this answers your question closer to your initial intent. |
|||||||
|
|
This works for me:
|
|||
|
This will give you uneditable EditText filter. you first need to put the text you want on the editText field and then apply this filter. |
||||
|
|
|
Try overriding the onLongClick listener of the edit text to remove context menu:
|
|||
|
|