commit | 633d796623f84046ebf9baeccd1ba5bcefc16313 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <[email protected]> | Mon Jun 11 15:29:21 2018 -0700 |
committer | Ryan Mitchell <[email protected]> | Mon Jun 11 15:57:23 2018 -0700 |
tree | 731c899533c6a240825cffc2776ffc6791c42abc | |
parent | e42868974bda97f00dfd63559074bb02c1fc6531 [diff] |
AAPT2: Fix raw string parsing Trim whitespace of raw strings when parsing xml values. This change trims the whitespace of style items. For example: <item name="viewInflaterClass">com.helloworld.Inflater </item> This will be trimmed to not include a trailing whitespace. Bug: 109666819 Test: aapt2_tests Change-Id: I0c1fbb3abdc7e609316c92e59ccaf0573b07e5a7