I'm dynamically adding views (RelativeLayout with EditText) into FrameLayout and setting their positions using setTranslate methods. But on screen keyboard overlaps on my EditText.
I've tried to set
android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"
in manifest, but there is still no result. I'm using 11 SDK.
How to solve that problem?
Here is screeshots:
