Android中关闭DatePicker和NumberPicker等Picker类的可编辑模式
Posted Rex Wei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android中关闭DatePicker和NumberPicker等Picker类的可编辑模式相关的知识,希望对你有一定的参考价值。
DatePicker、TimePicker、NumberPicker等控件在由于默认是可编辑的,所以会经常跳出键盘。要屏蔽这些编辑模式只需要如下代码:
picker.setDescendantFocusability(DatePicker.FOCUS_BLOCK_DESCENDANTS);
其他的TimePicker和NumberPicker也是一样的道理。
以上是关于Android中关闭DatePicker和NumberPicker等Picker类的可编辑模式的主要内容,如果未能解决你的问题,请参考以下文章
当我在谷歌设置android中关闭和打开位置时,FusedLocation 不起作用