[android-developers] Re: DatePicker and TimePicker widgets

2008-12-30 Thread anand
you can have an icon for time and date picker and upon clicking them you can open up the respective widget in a separate dialog. something similar to the calendar icon in web pages which upon hovering or clicking brings up a calendar. On Dec 29, 6:27 pm, "Sarath Kamisetty" wrote: > but that take

[android-developers] Re: DatePicker and TimePicker widgets

2008-12-29 Thread Sarath Kamisetty
but that takes up whole screen ... I am now leaning towards DatePickerDialog and TimePickerDialog widgets and provide buttons to open these dialogs. Ideally, it would be nice to have a way to shrink the TimePicker and DatePicker widgets easily. On Mon, Dec 29, 2008 at 7:15 AM, anand wrote: > > I

[android-developers] Re: DatePicker and TimePicker widgets

2008-12-29 Thread anand
Instead of horizontal orientation, try LinearLayout android:orientation="vertical" both the widgets will be displayed one above the other. hope this helps... On Dec 28, 4:53 pm, "Sarath Kamisetty" wrote: > Hi, > > I want to display DatePicker and TimePicker widgets side by side on > the screen