android - how to set input type to be numberdecimal but also allow a "-" -


I have set the input type to number, but it also wants to "-" programmatically populate the editText . I can add text, but then I am unable to edit the text because this number does not confirm the decimal format. How can I say the inputtip number is decimal but can be given a "-" permission?

You have to write your own you can start and take it from there.

Martin


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -