In portrait mode, the soft keyboard(IME) is shown and my TextView
instance resize properly.
I can find out rescale height at view::onMeasure().

In landscape mode, the soft keyboard(IME) is show but my TextView
instance doesn't resize.
I get the full lcd height value at view::onMeasure(or onLayout(),
onSizeChanged(). They have same value.).
How can I get the rescale height in landscape mode?

I've already sets these options... It doesn't work properly.
>>
 EditorInfo.IME_FLAG_NO_EXTRACT_UI
 
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

-- 
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