input-mask-android
input-mask-android copied to clipboard
digits from strings [wiki]
Where
On wiki page described following code:
android:digits="1234567890+-() "
Describe the bug
It's a common practice to extract stuff such as digits to strings.xml. The problem is that Android removes spaces at the beginning or the end of string.
Solution
- Add note about it to the wiki.
- Put space into the middle "1234567890 +-()"
Hey @CeH9, Thanks a lot for your report.
I'm going to add this information to our Wiki a little bit later this week, including the reference to the original string assets bug. Nice catch!