Android代码-Blurry

时间:2022-08-25 12:35:41
【文件属性】:

文件名称:Android代码-Blurry

文件大小:1.73MB

文件格式:ZIP

更新时间:2022-08-25 12:35:41

Android代码

Blurry is an easy blur library for Android. Screenshot How do I use it? Setup Dependencies dependencies { compile 'jp.wasabeef:blurry:2.1.1' } Functions Overlay Parent must be ViewGroup Blurry.with(context).radius(25).sampling(2).onto((ViewGroup) rootView); Into // from View Blurry.with(context).capture(view).into(imageView); // from Bitmap Blurry.with(context).from(bitmap).into(imageView); Blur Options Radius Down Sampling Color Filter Asynchronous Support Animation (Overlay Only) Bl


【文件预览】:
Blurry-master
----gradlew(5KB)
----settings.gradle(30B)
----.github()
--------ISSUE_TEMPLATE.md(351B)
--------PULL_REQUEST_TEMPLATE.md(102B)
----art()
--------blurry.png(96KB)
--------blurry.gif(1.38MB)
----.idea()
--------runConfigurations.xml(564B)
--------encodings.xml(135B)
--------vcs.xml(167B)
----example()
--------src()
--------build.gradle(950B)
--------proguard-rules.pro(663B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(2KB)
----blurry()
--------proguard-rules.txt(62B)
--------src()
--------build.gradle(1KB)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----.gitignore(929B)
----CHANGELOG.md(2KB)
----build.gradle(618B)

网友评论