android disabled view are focusable

Posted by Arutha on Stack Overflow See other posts from Stack Overflow or by Arutha
Published on 2010-05-06T07:36:50Z Indexed on 2010/05/06 7:38 UTC
Read the original article Hit count: 197

Filed under:
|

When I disabled views such as radiobutton or buttons with the setEnabled method, the views are still focusable but with view such as EditText they are'nt... I need to call setFocusable(false) if i want that all my views don't receive focus when they are disabled ?

© Stack Overflow or respective owner

Related posts about android

Related posts about focus