Android代码-漂亮的角标View

时间:2022-08-27 02:38:12
【文件属性】:

文件名称:Android代码-漂亮的角标View

文件大小:1.11MB

文件格式:ZIP

更新时间:2022-08-27 02:38:12

Android代码

LabelView Sometimes, we need to show a label above an ImageView or any other views. Well, LabelXXView will be able to help you. It's easy to implement as well! Import your project Gradle Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url "https://jitpack.io" } } } Step 2. Add the dependency dependencies { compile 'com.github.linger1216:labelview:v1.1.2' }


【文件预览】:
labelview-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----img()
--------img2.png(16KB)
--------img3.png(134KB)
--------img1.png(152KB)
----LICENSE(11KB)
----app()
--------src()
--------app.iml(7KB)
--------build.gradle(489B)
----gradle()
--------wrapper()
----.gitignore(282B)
----lib()
--------src()
--------lib.iml(7KB)
--------build.gradle(2KB)
----README.md(5KB)
----settings.gradle(23B)
----build.gradle(572B)

网友评论