[android-developers] How to customize onscreen keyboard? Please help!

2010-02-26 Thread EvgenyV
Hi All! I need to hide all keys except numbers, point and dash and change the dash behaviour. Unfortunately attribute android:inputType=number|numberSigned| numberDecimal doesn't hide @, #, $ etc. keys. How can I customize the soft keyboard view? I actually need to show and react to my custom

Re: [android-developers] How to customize onscreen keyboard? Please help!

2010-02-26 Thread Mark Murphy
EvgenyV wrote: Hi All! I need to hide all keys except numbers, point and dash and change the dash behaviour. You can't. You can create your own soft keyboard, and convince users to switch to it -- but then you will need to create a *complete* soft keyboard, since their choice is for their

Re: [android-developers] How to customize onscreen keyboard? Please help!

2010-02-26 Thread Evgeny V
I got it. Thank you very much! On Fri, Feb 26, 2010 at 2:43 PM, Mark Murphy mmur...@commonsware.comwrote: EvgenyV wrote: Hi All! I need to hide all keys except numbers, point and dash and change the dash behaviour. You can't. You can create your own soft keyboard, and convince users