Android代码-view-effects
文件大小: 62k
源码售价: 10 个金币 积分规则     积分充值
资源说明: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
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。