Is there a way to show keyboard without symbols like *, #?
I would like to display keyboard only with decimal keys.
I've read http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType and currently I'm using:
android:inputType="textPassword|number"
... but it doesn't work like I want.
Thanks for help!