mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
fixed problem with <items> showing up in colors.xml
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="test_color1">#ff123456</color>
|
||||
<item type="color" name="test_color2">@*android:color/white</item>
|
||||
<color name="test_color2">@*android:color/white</color>
|
||||
<color name="test_color3">#00000000</color>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user