BlurDialogFragment 可以在dialog的后面造成模糊效果模糊的实现是基于FastBlur算法实现的。.zip
可以在dialog的后面造成模糊效果,模糊的实现是基于FastBlur算法实现的。项目地址:https://github.com/tvbarthel/BlurDialogFragment 效果图:使用说明:最简单的使用方式是继承BlurDialogFragment或者SupportBlurDialogFragment。如果你用的是android.app.DialogFragment,那么继承BlurDialogFragment/** * Simple fragment with blurring effect behind. */ public class SampleDialogF
下载地址
用户评论