對於我的項目我想使用模糊backgrounds.When我使用下面的方法,它做我的背景模糊,但它對我來說不夠模糊,我想做更多模糊背景。我設置半徑爲其最大值25。有人可以幫助我嗎? private static final float BITMAP_SCALE = 0.9f;
private static final float BLUR_RADIUS = 25.0f;
public stat
我使用 https://github.com/wasabeef/Blurry庫。 in Onclick,以下代碼有效。 private boolean blurred = false;
if (blurred) {
Blurry.delete((ViewGroup) findViewById(R.id.content));
} else {
long star