InputMethodManager imm = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);
--------------or-----------------
<activity
android:name="today.is.future.profile073.NewProfile"
android:label="newprofile"
android:theme="@android:style/Theme.Holo.NoActionBar"
android:windowSoftInputMode="stateHidden" >
</activity>
沒有留言:
張貼留言