Skip to content

Commit 471ef5f

Browse files
committed
update md
1 parent 34069d4 commit 471ef5f

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.idea/misc.xml

+9-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README-EN.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Add this to your app's build.gradle:
99
implementation "com.android.support:appcompat-v7:$supportVersion"
1010
implementation 'com.noober.background:core:1.5.3'
1111

12+
if use androidx:
13+
14+
implementation "androidx.appcompat:appcompat:$supportVersion"
15+
implementation 'com.noober.background:core:1.5.3'
16+
1217

1318
## Example effect
1419
show more in [wiki](https://github.com/JavaNoober/BackgroundLibrary/wiki)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ A framework for directly generating shape through Tags, no need to write shape.x
1212
implementation "com.android.support:appcompat-v7:$supportVersion"
1313
implementation 'com.noober.background:core:1.5.3'
1414

15+
如果项目使用了androidx:
16+
17+
implementation "androidx.appcompat:appcompat:$supportVersion"
18+
implementation 'com.noober.background:core:1.5.3'
19+
20+
1521
## 使用文档
1622

1723
**无需任何代码,直接加入bl标签属性即可,与原生view无缝衔接**,具体使用方法以及属性内容请查看[wiki](https://github.com/JavaNoober/BackgroundLibrary/wiki)

0 commit comments

Comments
 (0)