Disable keyboard input on Android TimePicker

后端 未结 7 1024
灰色年华
灰色年华 2020-12-08 20:12

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

相关标签:
7条回答
  • 2020-12-08 20:40

    XML:

    <NumberPicker
        ...
        android:descendantFocusability="blocksDescendants" />
    
    0 讨论(0)
提交回复
热议问题