I have a timepicker, everything works well but the problem is that I can\'t make it look like designer wants. For now it looks like this:
I need to hide this keybo
Try to use:
timePicker.setDescendantFocusability(TimePicker.FOCUS_BLOCK_DESCENDANTS);
You also can use android:descendantFocusability="blocksDescendants" in xml.
android:descendantFocusability="blocksDescendants"