From 51963f8e0f2e54162dc403b1cf97232b830843a9 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 22 Dec 2025 10:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=AF=E5=8A=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../cc/winboll/studio/powerbell/views/BackgroundView.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index 0052a99..228f6df 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Dec 22 10:04:49 HKT 2025 +#Mon Dec 22 02:12:57 GMT 2025 stageCount=19 libraryProject= baseVersion=15.14 publishVersion=15.14.18 -buildCount=0 +buildCount=1 baseBetaVersion=15.14.19 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java index 89b6ef8..fd307e9 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/views/BackgroundView.java @@ -149,7 +149,7 @@ public class BackgroundView extends RelativeLayout { return; } - //mIvBackground.setVisibility(View.GONE); + mIvBackground.setVisibility(View.GONE); // ======================== 新增:路径判断逻辑 ======================== // 1. 路径未变化:直接使用缓存 @@ -269,7 +269,7 @@ public class BackgroundView extends RelativeLayout { params.height = ivHeight; mIvBackground.setLayoutParams(params); mIvBackground.setScaleType(ScaleType.FIT_CENTER); - //mIvBackground.setVisibility(View.VISIBLE); + mIvBackground.setVisibility(View.VISIBLE); } }