Skip to content

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

License

Notifications You must be signed in to change notification settings

lany192/BlurDialog

Repository files navigation

BlurDialog

这是一个使用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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages