From e1dadfa41ce0257d43b704b966cafcd60a72b107 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Tue, 15 Apr 2025 19:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BA=90=E7=A0=81=E6=A3=80=E6=9F=A5=EF=BC=8C?= =?UTF-8?q?=E8=BE=85=E5=8A=A9=E6=8F=90=E4=BA=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../winboll/studio/powerbell/fragments/MainViewFragment.java | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index d584d15..10ef7fc 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Mon Apr 14 12:57:01 GMT 2025 +#Mon Apr 14 14:22:32 GMT 2025 stageCount=3 libraryProject= baseVersion=15.2 publishVersion=15.2.2 -buildCount=3 +buildCount=6 baseBetaVersion=15.2.3 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java index ea49fce..d8eaaa0 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/fragments/MainViewFragment.java @@ -308,6 +308,7 @@ public class MainViewFragment extends Fragment { String szBackgroundFilePath = BackgroundPictureUtils.getInstance(getActivity()).getBackgroundDir() + BackgroundPictureActivity.getBackgroundFileName(); File fBackgroundFilePath = new File(szBackgroundFilePath); LogUtils.d(TAG, "szBackgroundFilePath : " + szBackgroundFilePath); + LogUtils.d(TAG, String.format("fBackgroundFilePath.exists() %s", fBackgroundFilePath.exists())); if (bean.isUseBackgroundFile() && fBackgroundFilePath.exists()) { Drawable drawableBackground = Drawable.createFromPath(szBackgroundFilePath); drawableBackground.setAlpha(120);