Resize android datepicker control

Artem Barger picture Artem Barger · Jul 15, 2010 · Viewed 16.1k times · Source

How can one resize the initial size of android datepicker control to be smaller or bigger. Is there only way to reimplement it?

Answer

Mike L picture Mike L · Dec 13, 2010

I haven't been able to figure out a way to resize it, but have seen implementations where they utilize the DatePicker as a dialog. The date is rendered as TextView with an edit button, which launches the DatePicker dialog. It saves screen real estate when not editing...

http://developer.android.com/resources/tutorials/views/hello-datepicker.html