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 +-()"
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