Hey, I'm currently trying to create some wizard-like layout for some edit/ add views in my Android application. Therefore I use only one activity and different layout files which I load. Altough there is something wrong with my layout files. The layout files can be found here: http://pastebin.com/YmW2PmLw
What I'm trying to do: So I have my screen in which some date and time can be set manually with the date and time pickers. At the bottom of the screen I want a bar with a cancel button and next button (I'm not sure yet if I will keep this cancel button as the device's back button does the same, but whatever). With the layout file posted this works. So my problem: When switching the device from portrait mode to landscape my time picker get behind the button bar at the bottom, as I added a scrollView I can scroll to the time picker but a part of the the time picker stays invisible behind the button bar. Does any of you think of a solution for that? So I want to scroll but the scrolling area should come just above the button bar and not underneath! -- 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

