Hi friends ,

I have 5 tabs, under the first tab , the activity doesnt contain any
edittext but still the soft keypad pops up. how to hide the soft keypad.

I  have given
InputMethodManager imm =
(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
        imm.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY,
InputMethodManager.HIDE_IMPLICIT_ONLY);
in the oncreate()  method

and
  android:windowSoftInputMode="stateAlwaysHidden"
in the  manifest but still it shows.
-- 
Regards,
Vani Reddy

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