We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedb58c commit efb828bCopy full SHA for efb828b
PluginTest/public.xml
@@ -4,7 +4,9 @@
4
<!--在插件中指定属性类型的范围,插件中的自定义属性的个数不可超过宿主中的public.xml定义的上限值 -->
5
<public-padding type="attr" name="public_static_final_plugin_attr_" start="0x7f010000" end="0x7f010000" />
6
7
- <!-- 指定需要换肤的属性 -->
+ <!-- 指定需要换肤的属性
8
+ id的值来源于宿主的build/outputs/generated_exported_all_resouces.xml文件
9
+ -->
10
<public name="layoutbg" type = "attr" id="0x7f010101"/>
11
12
</resources>
0 commit comments