2013年5月28日 星期二

hide soft keyboard

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>

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...