Yes, that will work. And indeed it is a much bette approach than my initial solution. Thank you very much...
Regards Thomas On 17 Mai, 05:37, Marco Nelissen <[email protected]> wrote: > You could try using a different layout for landscape mode, where instead of: > > label > textfield > label > datepicker > > you make it: > > label textfield > label datepicker > > Would that work for your particular layout? > > On Sat, May 16, 2009 at 9:18 AM, Thomas <[email protected]> wrote: > > > Hi group. > > > I have a standard dialog with a headline, a label, a text field, > > another label and a DatePicker. They are laid out using a vertical > > LinearLayout. When the user slides the keyboard open, the dialog is > > rotated. Now, the dialog does no longer fit on the screen, it is to > > tall. ...DatePicker has some height... :-) > > > I wonder what is the preferred way to handle this. I need to do > > something, as the DatePicker is not fully visiable. One solution > > surely is to put the LinearLayout inside a ScrollView. Do you have > > further suggestions? > > > Thank you very much in advance. > > > Regards > > Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

