File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/reandroid/arsc/chunk/xml Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -651,14 +651,14 @@ public void merge(ValueItem valueItem) {
651651 super .merge (valueItem );
652652 ResXmlAttribute coming = (ResXmlAttribute ) valueItem ;
653653 setName (coming .getName (false ), coming .getNameId ());
654- setNamespace (coming .getNamespace ());
654+ setNamespace (coming .getUri (), coming . getPrefix ());
655655 }
656656
657657 @ Override
658658 public void mergeWithName (ResourceMergeOption mergeOption , ValueItem valueItem ) {
659659 super .mergeWithName (mergeOption , valueItem );
660660 ResXmlAttribute attribute = (ResXmlAttribute ) valueItem ;
661- setNamespace (attribute .getNamespace ());
661+ setNamespace (attribute .getUri (), attribute . getPrefix ());
662662 }
663663
664664 @ Override
You can’t perform that action at this time.
0 commit comments