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.
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.