Android, is there any way to disable writing inside a date picker using keyboard?

后端 未结 4 1831
忘了有多久
忘了有多久 2021-02-19 06:56

Is there any way to disable writing inside a date picker using keyboard? As I just want the plus and minus signs to be used to set the date. thanks in advance.

4条回答
  •  长情又很酷
    2021-02-19 07:09

    Best option for stopping manual editing in DatePickerDialog items is using set the descendantFocusability . You can add it in code or in your dialog style file.

    Here is the implementation using style

提交回复
热议问题