Disable keyboard input on Android TimePicker

Posted by ashughes on Stack Overflow See other posts from Stack Overflow or by ashughes
Published on 2010-03-06T03:17:34Z Indexed on 2010/04/18 10:03 UTC
Read the original article Hit count: 489

Filed under:

I'm developing and Android app using the 1.6 sdk. I'm using a TimePicker and I don't want the soft keyboard to come up when you click on the digits in the TimePicker. I only want the TimePicker to be changed using the plus and minus buttons. I've tried using android:focusable="false" and android:focusableInTouchMode="false" hoping those would do it, but they didn't seem to do anything. Is there a way to do this?

© Stack Overflow or respective owner

Related posts about android