mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
fix(res): place xml attributes on new line (#2012)
This commit is contained in:
parent
762c2d70bd
commit
b73f2ef0b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user