fix(res): place xml attributes on new line (#2012)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user