Android Question Title is not visible when using Scrollview

TomDuncan

Active Member
Licensed User
Longtime User
Hi All,
Testing the Sqlite demo from klaus. (great tutorial)
when I go into the edit mode the title bar is not visible.
It scrolls up with the scrollview. (when the keyboard is shown)
I need a way to hide the keyboard when the user has finished editing.
I would like to put an menu icon on the tile bar for finished editing so I can hide the keyboard.
These might be multiple lines so cannot use the enter key.

Also using the
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
and adding some menu items.

Also can I hide show menu buttons

Hope this makes sense.

Tom
 

TomDuncan

Active Member
Licensed User
Longtime User
Tried that, but the edittext areas are within a scrollview so the scrollview does not go to the top.
Therefore when you are typing you cannot see the text box
This is on landscape on an nexus 7.
 
Upvote 0
Top