Search code examples
androiddatapicker

Reduce TimePicker size


I want to create an app but the Time Picker is too big. I want to make it smaller and have tried resizing it but when I do it I cuts a portion of the time picker, is there a way to make it smaller?


Solution

  • Android allows the user to pick date and time as ready to use dialogs.. you will not require to include the picker in the XML

    Check this Android Pickers

    Hope it helps you