How to blur imageview in android

后端 未结 10 1984
南笙
南笙 2020-12-05 10:54

I have an imageview and i set Image Resources programmatically like this:

int resourceId = getResources().getIdentifier(\"imagename\", \"drawable\", \"mypack         


        
10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 11:35

    This project is clearly make an image blur. It works for me. https://github.com/Cutta/Simple-Image-Blur

提交回复
热议问题