Wednesday 11 July 2012

ScrollView scrolls if soft keyboard is visible .. android

//add this in java classthis.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);

//add this in your menifest in activity
android:windowSoftInputMode=
"stateVisible|adjustResize|adjustPan"

No comments:

Post a Comment