We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a919b7a commit 5ae1040Copy full SHA for 5ae1040
1 file changed
app/src/main/java/com/omarea/common/ui/FastBlurUtility.java
@@ -13,7 +13,7 @@ public class FastBlurUtility {
13
14
// Tỉ lệ thu nhỏ ảnh để xử lý nhanh (1/10 giúp giảm 100 lần số pixel cần tính toán)
15
private static final float SCALE_FACTOR = 0.15f;
16
- private static final int BLUR_RADIUS = 6;
+ private static final int BLUR_RADIUS = 8;
17
18
/**
19
* Chụp màn hình và làm mờ (Dùng làm phương án dự phòng khi không lấy được Wallpaper)
0 commit comments