mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
fix array type values being misrepresented due to incorrect index
This commit is contained in:
@ -23,4 +23,9 @@
|
||||
<item>10.0sp</item>
|
||||
<item>#ff123456</item>
|
||||
</array>
|
||||
<string-array name="issue_409">
|
||||
<item>@string/test1</item>
|
||||
<item>foo</item>
|
||||
<item>foo2</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user