//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"
//add this in your menifest in activity
android:windowSoftInputMode="stateVisible|adjustResize|adjustPan"
No comments:
Post a Comment