Skip to content

Commit 2710851

Browse files
author
肖琪(融汇/产品技术中心)
committed
1.7.1
1 parent e64e533 commit 2710851

File tree

5 files changed

+277
-227
lines changed

5 files changed

+277
-227
lines changed

BackgroundLibrary.xml

+24
Original file line numberDiff line numberDiff line change
@@ -1454,4 +1454,28 @@
14541454
<option name="XML" value="true" />
14551455
</context>
14561456
</template>
1457+
<template name="bl_corners_leftRadius" value="app:bl_corners_leftRadius=&quot;$value$&quot;" description="左边的圆角" toReformat="true" toShortenFQNames="true">
1458+
<variable name="value" expression="" defaultValue="" alwaysStopAt="true" />
1459+
<context>
1460+
<option name="XML" value="true" />
1461+
</context>
1462+
</template>
1463+
<template name="bl_corners_topRadius" value="app:bl_corners_topRadius=&quot;$value$&quot;" description="上方的圆角" toReformat="true" toShortenFQNames="true">
1464+
<variable name="value" expression="" defaultValue="" alwaysStopAt="true" />
1465+
<context>
1466+
<option name="XML" value="true" />
1467+
</context>
1468+
</template>
1469+
<template name="bl_corners_rightRadius" value="app:bl_corners_rightRadius=&quot;$value$&quot;" description="右边的圆角" toReformat="true" toShortenFQNames="true">
1470+
<variable name="value" expression="" defaultValue="" alwaysStopAt="true" />
1471+
<context>
1472+
<option name="XML" value="true" />
1473+
</context>
1474+
</template>
1475+
<template name="bl_corners_bottomRadius" value="app:bl_corners_bottomRadius=&quot;$value$&quot;" description="下方的圆角" toReformat="true" toShortenFQNames="true">
1476+
<variable name="value" expression="" defaultValue="" alwaysStopAt="true" />
1477+
<context>
1478+
<option name="XML" value="true" />
1479+
</context>
1480+
</template>
14571481
</templateSet>

README-EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add this to your app's build.gradle:
1414
}
1515

1616
implementation "androidx.appcompat:appcompat:$supportVersion"
17-
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.6.9'
17+
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.1'
1818

1919
if use androidx:
2020

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A framework for directly generating shape through Tags, no need to write shape.x
1717
}
1818

1919
implementation "com.android.support:appcompat-v7:$supportVersion"
20-
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.6.9'
20+
implementation 'com.github.JavaNoober.BackgroundLibrary:library:1.7.1'
2121

2222
如果项目使用了androidx:
2323

0 commit comments

Comments
 (0)