我正在使用代码隐藏日期选择器中的日期。它在操作系统低于7.0 [Android Nougat]设备的设备上运行良好。
((ViewGroup) dpDialog.getDatePicker()).findViewById(Resources.getSystem().getIdentifier("day", "id", "android")).setVisibility(View.GONE);
没有引用任何视图,它返回null
findViewById(Resources.getSystem().getIdentifier("day", "id", "android"))