Is it possible to make the default TimePicker smaller in the activity xml? I have searched this but so far only found out how to create a custom time picker which I do not want to do, or create a popup window which I also don’t want to have to do. Has anyone tried this with any success? My TimePicker is sitting in a tableRow in a scrollView. Cheers
Share
You cannot change the size of TimePicker, how ever you can do one thing. You can make TimePicker as a Dialog.
Checkout the following code: