How to use DatePickerDialog as a Preference

后端 未结 6 905
梦谈多话
梦谈多话 2021-02-18 20:53

I have preferences working and I am using a combination of CheckBoxPreference and EditTextPreference. I would like to replace one of them with a DatePickerDialog.

When m

6条回答
  •  迷失自我
    2021-02-18 21:06

    You would need to create a custom DialogPreference incorporating a DatePicker.

提交回复
热议问题