11<idea-plugin >
2- <id >com.xiaopo.flying.LayoutMaster</id >
3- <name >Layout Master</name >
4- <vendor email =" wupanjie0611@gmail.com" url =" https://github.com/wuapnjie/LayoutMaster" >FlyingSnowBean
5- </vendor >
2+ <id >com.xiaopo.flying.LayoutMaster</id >
3+ <name >Layout Master</name >
4+ <vendor email =" wupanjie0611@gmail.com" url =" https://github.com/wuapnjie/LayoutMaster" >FlyingSnowBean
5+ </vendor >
66
7- <description ><![CDATA[
7+ <description ><![CDATA[
88 With Layout Master, your Layout Inspector will be more powerful.<br>
99 You can modify your layout and view property on the fly, even with animation<br>
1010 Also support your custom view's properties.
1111 ]]> </description >
1212
13- <idea-version since-build =" 201" until-build =" 203.*" />
14- <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
15- on how to target different products -->
16- <!-- uncomment to enable plugin in all products
17- <depends>com.intellij.modules.lang</depends>
18- -->
19- <depends >com.intellij.modules.platform</depends >
20- <depends >org.jetbrains.android</depends >
13+ <idea-version since-build =" 201" until-build =" 203.*" />
14+ <!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
15+ on how to target different products -->
16+ <!-- uncomment to enable plugin in all products
17+ <depends>com.intellij.modules.lang</depends>
18+ -->
19+ <depends >com.intellij.modules.platform</depends >
20+ <depends >org.jetbrains.android</depends >
2121
22- <extensions defaultExtensionNs =" com.intellij" >
23- <!-- Add your extensions here -->
24- <!-- no extension-->
25- </extensions >
22+ <extensions defaultExtensionNs =" com.intellij" >
23+ <!-- Add your extensions here -->
24+ <!-- no extension-->
25+ </extensions >
2626
27- <actions >
28- <!-- Add your actions here -->
29- <action
30- class =" com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV1"
31- id =" Flying.LayoutMaster.Slow" />
32- <action
33- class =" com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV2"
34- id =" Flying.LayoutMaster" />
35- </actions >
27+ <actions >
28+ <!-- Add your actions here -->
29+ <action
30+ class =" com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV1"
31+ id =" Flying.LayoutMaster.Slow" />
32+ <action
33+ class =" com.xiaopo.flying.layoutmaster.action.HookLayoutInspectorActionV2"
34+ id =" Flying.LayoutMaster" />
35+
36+ </actions >
3637</idea-plugin >
0 commit comments