Hello,
I have a form with scrollable Y. It contains a list, text fields, text area, and buttons, picker. I use tablelayout as the outermost layout to hold everything.
The problem is in portrait orientation, when I scroll to the end of the form, I can see and access the last few buttons. In landscape orientation,
the last3 buttons are clipped off and part of the textarea. This is in android devices.
In emulator, I can see/access all the components ok(no clipping). I have tried many things, but the clipping still occurs.