Android代码-view-effects

时间:2022-08-26 01:55:21
【文件属性】:

文件名称:Android代码-view-effects

文件大小:62KB

文件格式:ZIP

更新时间:2022-08-26 01:55:21

Android代码

View Filters   At the beginning the only purpose was to blur all layers below. Now you can do more : Blur background views easily Create custom filters and apply them to views backgrounds Screenshot Usage First add jitpack to your projects build.gradle file allprojects { repositories { ... maven { url "https://jitpack.io" } } } Then add the dependency in modules build.gradle file dependencies { compile 'com.github.mirrajabi:view-effects:e355a1bac4' } Just do


【文件预览】:
view-effects-master
----gradle()
--------wrapper()
----README.md(3KB)
----build.gradle(337B)
----library()
--------.gitignore(7B)
--------build.gradle(561B)
--------proguard-rules.pro(647B)
--------src()
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(559B)
----gradle.properties(755B)
----settings.gradle(19B)
----circle.yml(1KB)

网友评论