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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -