Increase ToolApp edge back zone to 48dp

This commit is contained in:
7015725
2026-05-18 23:26:06 +08:00
parent ae8abc2908
commit e60d4e1b42
3 changed files with 4 additions and 4 deletions

View File

@@ -907,7 +907,7 @@ FloatBallAppWM.prototype.buildToolAppShell = function(contentView, title, canBac
body.addView(host, hostLp);
try {
var stripW = this.dp(24);
var stripW = this.dp(48);
var leftStrip = this.createToolAppEdgeBackStrip(0);
var leftLp = new android.widget.FrameLayout.LayoutParams(stripW, -1);
leftLp.gravity = android.view.Gravity.START | android.view.Gravity.TOP;