input-mask-android icon indicating copy to clipboard operation
input-mask-android copied to clipboard

digits from strings [wiki]

Open InsaneDoggo opened this issue 5 years ago • 1 comments

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

  1. Add note about it to the wiki.
  2. Put space into the middle "1234567890 +-()"

InsaneDoggo avatar Jul 19 '20 17:07 InsaneDoggo

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!

taflanidi avatar Aug 11 '20 22:08 taflanidi