How to blur imageview in android

后端 未结 10 1952
南笙
南笙 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:51

    There's the library that can use RenderScript so a blurring is blazingly fast and super easy to use:

    
    

提交回复
热议问题