fix(res): place xml attributes on new line (#2012)

This commit is contained in:
Skylot 2023-09-24 20:40:33 +01:00
parent 762c2d70bd
commit b73f2ef0b9
No known key found for this signature in database
GPG Key ID: 47866607B16F25C8

View File

@ -37,7 +37,7 @@ import jadx.core.xmlgen.entry.ValuesParser;
public class BinaryXMLParser extends CommonBinaryParser {
private static final Logger LOG = LoggerFactory.getLogger(BinaryXMLParser.class);
private static final boolean ATTR_NEW_LINE = false;
private static final boolean ATTR_NEW_LINE = true;
private final Map<Integer, String> resNames;
private Map<String, String> nsMap;