mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
add unit-test for #1063
This commit is contained in:
parent
3dea579f66
commit
8fee3499e3
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:custom="http://schemas.android.com/apk/res-auto">
|
||||
<TextView custom:test_attr11="TEST_ONE" />
|
||||
<TextView custom:test_attr11="TEST_ZERO" />
|
||||
</LinearLayout>
|
@ -13,4 +13,8 @@
|
||||
<attr format="reference|color" name="test_attr8"/>
|
||||
<attr format="color" name="test_attr9"/>
|
||||
<attr format="boolean" name="test_attr10"/>
|
||||
<attr name="test_attr11">
|
||||
<enum name="TEST_ZERO" value="0" />
|
||||
<enum name="TEST_ONE" value="1" />
|
||||
</attr>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user