How to set editable true/false EditText in Android programmatically? -


we can set editable property of edittext in xml layout not programatically, there no seteditable() method!

if edittext not enabled [ setenabled(false)] still editable!

i did in easier way , seteditable , setfocusable false. should check this.

how replicate android:editable="false" in code?


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -