Hello.

I have surfaceview which I resize on running to cover some part of
screen. So I have tab views, in one of tabs I have surfaceview, then
button, 2 radiobuttons, and then edit text. My setup is:
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateVisible|adjustPan"
android:screenOrientation="portrait"

android:inputType="text|textAutoCorrect|textCapSentences"
android:imeOptions="actionDone"

When I start interact wit text edit, IME is launched and soft keyboard
shows on screen. Unfortunately due to moving widgets black square
start to be displayed on top on widgets. When I finish typing
surfaceview is going back to the right position, but black square
start to be displayed on part of tabs.

I tried all possibly sets of windowSoftInputMode params and I'm
switching of drawing on surface (surface callback on destroy), but
nothing helps.

Any idea how to avoid this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to