I do not see a related method for that attribute in the EditText
class.  However, there are other similar things you could do such as
android:focus/setFocusable(boolean) or create another TextView whose
android:editable="false" and use setVisiblilty() to switch between the
editable and not editable views.  If you use View.GONE the user will
never know there are two EditTexts.

On Mar 18, 12:07 am, frizzo <rg...@vbrad.com> wrote:
> I want to do this in Java code on a EditText widget.  How do I do it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to