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
XML:
<NumberPicker ... android:descendantFocusability="blocksDescendants" />