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