In android resources whitespaces (prefix & suffix) are usually discarded by the xml parser.
see https://developer.android.com/guide/topics/resources/string-resource.html#formatting-strings
There is however no flag to instruct the cli whenever to qoute these strings (or escape the starting & ending spaces).
This makes it very hard in large projects to use the cli as all strings must be inspected after pulling to ensure whitespace are preserved (if one uses it)