Android Question ScrollView with login views

Derek Jee

Active Member
Licensed User
Longtime User
Hello there

I am creating a login form. I am designing the layout so the user can use it in either orientation and in portrait it works very well. However in Landscape it chops off the bottom few labels and buttons and I cannot get to them unless I go back to portrait.. I understand a ScrollView is in order here but I cannot find any examples for putting a number of EditText/Labels/Buttons and a panel on a ScrollView. I have looked at some of the examples of ListViews on ScrollViews but I can't translate them into what I would like..

If anyone could give me a pointer adding a ScrollView with a Panel on it, and on the Panel a EditText and Button I think I will be able to create it from there..

Thank you..

Derek.
 

Derek Jee

Active Member
Licensed User
Longtime User
I'm thinking I've found out what I need to do.. Create another Layout for the views I want to move about and load it into the ScrollView.. Can someone clarify?

Thank you..

Derek.
 
Upvote 0
Top