luckyjmcc / BlurDialog

Library project to display Android Dialog with a blur effect.这是一个使用renderscript库实现的模糊背景的Android DialogFragment对话框

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlurDialog

这是一个使用renderscript库实现的模糊背景的对话框

image image

Join to the project

defaultConfig {
    ...
    renderscriptTargetApi 25
    renderscriptSupportModeEnabled true
    ...
}

dependencies {
    ...
    compile 'com.github.lany192:BlurDialog:1.0.0'
}

usage

public class SampleDialogFragment extends BlurDialogFragment {
    ...
}

public class SampleBottomDialogFragment extends BlurBottomDialogFragment {
    ...
}

thanks

tvbarthel https://github.com/tvbarthel/BlurDialogFragment

Dmitry Saviuk https://github.com/Dimezis/BlurView

About

Library project to display Android Dialog with a blur effect.这是一个使用renderscript库实现的模糊背景的Android DialogFragment对话框


Languages

Language:Java 100.0%