BlurDialog

Project Url: lany192/BlurDialog
Introduction: Library project to display Android Dialog with a blur effect.这是一个使用 renderscript 库实现的模糊背景的 Android DialogFragment 对话框
More: Author   ReportBugs   
Tags:

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

image image

Join to the project

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

defaultConfig {
    ...
    renderscriptTargetApi 27
    renderscriptSupportModeEnabled true
    ...
}

dependencies {
    ...
    implementation 'com.github.lany192:BlurDialog:+'
}

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

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools