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 639aa9f commit 70556f8Copy full SHA for 70556f8
README.md
@@ -68,6 +68,8 @@ dependencies {
68
69
// RecyclerView/ViewPager2扩展能力,可选
70
implementation "com.github.runnchild.Feature:list:$latest_version"
71
+ // 页面空内容占位页面,list库已包含
72
+ implementation "com.github.runnchild.Feature:emptyview:$latest_version"
73
74
// 简约Toolbar扩展能力,可选
75
implementation "com.github.runnchild.Feature:toolbar:$latest_version"
0 commit comments