Skip to content Skip to sidebar Skip to footer

Android Hide Timepicker Numbers?

Is there a way to hide these numbers? Im guessing there must be an attribute which once set to 'false' should to it. Also, i've tried to use custom drawables for the the up/down a

Solution 1:

Instead of using a time picker you could try and use a number picker instead, this means that you can specifically set what you want to be in the picker.

Solution 2:

Is there a way to hide these numbers?

No, sorry.

Im guessing there must be an attribute which once set to 'false' should to it.

Only if you fork TimePicker and add such an attribute yourself.

Post a Comment for "Android Hide Timepicker Numbers?"