Hi,

I want to hide  SoftkeyPad from My EditText so i have used below code
It hiding Softkey successfully. but it also hiding copy,paste option from Editor (on Android sdk 4.0.3)
I want Copy,Paste option to be enable but softkeypad need to hide aways.

|MyEditor.setInputType(InputType.TYPE_NULL);
|

With above code showing copy.paste option in devices with AdroidSdk 2.3
but with devices  AdroidSdk 4.0.3 copy,paste options not showing.

My Requirement is:
1) Always hide softkey pad for EditText on ontouch
2) Copy,Paste Option need to be shown on pressing it.

editText.setInputType(InputType.TYPE_NULL);

any help thanks.

Thanks,
Santhosh

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to