mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-06-13 05:37:41 +02:00
Fix xml attribute encoding
This commit is contained in:
@ -20,7 +20,7 @@ public class ResXmlStartElement extends BaseXmlChunk {
|
||||
private final ResXmlAttributeArray mAttributeArray;
|
||||
private ResXmlEndElement mResXmlEndElement;
|
||||
public ResXmlStartElement() {
|
||||
super(ChunkType.XML_START_ELEMENT, 6);
|
||||
super(ChunkType.XML_START_ELEMENT, 7);
|
||||
mAttributeStart=new ShortItem(ATTRIBUTES_DEFAULT_START);
|
||||
mAttributeUnitSize =new ShortItem(ATTRIBUTES_UNIT_SIZE);
|
||||
mAttributeCount=new ShortItem();
|
||||
|
Reference in New Issue
Block a user