-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
41 lines (41 loc) · 1.55 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<config>
<commonDep>
<groupId>com.nd.sdp.android.common</groupId>
<artifactId>res</artifactId>
<version>0.2.6-release</version>
</commonDep>
<widgets>
<widget>
<name>Button</name>
<dependency>
</dependency>
<dependencies>
<dependency>
<groupId>com.nd.sdp.android.common</groupId>
<artifactId>res-test</artifactId>
<version>0.2.6-release</version>
</dependency>
<dependency>
<groupId>com.nd.sdp.android.common</groupId>
<artifactId>res-test2</artifactId>
<version>0.2.6-release</version>
</dependency>
</dependencies>
<repository>http://git.sdp.nd/component-android/sdp-common-res</repository>
<category>Button</category>
<readme>默认按钮</readme>
<defaultType>xml</defaultType>
<more></more>
<image>http://git.sdp.nd/949177/common-ui-intellij-plugin/raw/master/images/button_1.png</image>
<imageWiki>http://cube.nd.com.cn/im_design/components/button.html</imageWiki>
<icon></icon>
<xml>
<![CDATA[<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="${replace}"/>]]>
</xml>
<java></java>
</widget>
</widgets>
</config>