I am using a Tabstrip and a few of the tab's pages have edittext controls on them.
So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown.
So, then I am forced to use IME to detect when the keyboard switches show/hide states so I can adjust the viewport size of the scrollview.
But I am having a hard time figuring out how to set the sv.height to the proper height of the visible part of the current tab page.
I would like the tab titles to remain visible, so I need to figure out the height of the visible space between the bottom of the tab titles row and the top of the keyboard.
Any ideas?
So, I am forced to use a scrollview on each tabstrip page that has a edittext on it to make sure they can be visible when the keyboard is shown.
So, then I am forced to use IME to detect when the keyboard switches show/hide states so I can adjust the viewport size of the scrollview.
But I am having a hard time figuring out how to set the sv.height to the proper height of the visible part of the current tab page.
I would like the tab titles to remain visible, so I need to figure out the height of the visible space between the bottom of the tab titles row and the top of the keyboard.
Any ideas?