Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 981 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 981 Bytes

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