i want to disable the day selection option on the android sdk date picker. any easy xml configuration would be the best
I think It's the best solution
datePicker.findViewById(Resources.getSystem().getIdentifier("day", "id", "android")).setVisibility(View.GONE);