how to force the EditText to accept only numbers.?
If you need support for decimal numbers use this:
android:inputType="numberDecimal"