File tree Expand file tree Collapse file tree
java/com/omarea/common/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212public 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 /**
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments