I’m trying to create a form very similar to the “Create event” screen of the native Calendar app on Android 2.x
Basically it has a fixed header, fixed footer and the middle is (I guess) a ScrollView with different “questions” such as “Event”, “From”, “To”, “Location” etc…
I’ve tried a few options but I can’t find the right layout that doesn’t involve calculating the height of the screen
Any help would be very much appreciated!
I use a RelativeLayout:
Put all your middle bits here, maybe in a TableLayout
You’ll have to excuse all my colour bits, but you get the idea.
It’s using alignParent elements in a RelativeLayout which is key, I think