Skip to content

Commit 46f9849

Browse files
committed
Update
1 parent 012be40 commit 46f9849

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

app/src/main/java/com/omarea/common/ui/FastBlurUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public class FastBlurUtility {
1313

1414
// 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;
15+
private static final float SCALE_FACTOR = 0.10f;
1616
private static final int BLUR_RADIUS = 8;
1717

1818
/**

app/src/main/res/layout/kr_dialog_params.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
android:layout_height="match_parent"
3131
android:layout_below="@+id/top_bar" >
3232

33-
<ScrollView
34-
android:id="@+id/kr_params_center"
35-
android:layout_width="match_parent"
36-
android:layout_height="match_parent"
37-
android:requiresFadingEdge="vertical"
38-
android:fadingEdge="vertical"
39-
android:scrollbars="none"
40-
android:layout_above="@+id/bottom_actions"
41-
android:padding="16dp" />
42-
4333
<LinearLayout
4434
android:id="@+id/bottom_actions"
4535
android:orientation="horizontal"

0 commit comments

Comments
 (0)