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
Post a Comment