From ec54865a8e5e2f3d5e0415e69cb41cb83ff221b8 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Wed, 10 Dec 2025 18:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=9B=BE=E7=89=87=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=89=8D=E7=9A=84=E8=B0=83=E8=AF=95=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E3=80=82=E4=BC=98=E5=8C=96=E5=8A=A0=E8=BD=BD=E9=80=9F=E5=BA=A6?= =?UTF-8?q?=E3=80=82?= 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 | 2 +- powerbell/src/main/res/layout/activity_main.xml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index 0f3fa74..497e630 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Wed Dec 10 17:52:12 HKT 2025 +#Wed Dec 10 10:09:24 GMT 2025 stageCount=7 libraryProject= baseVersion=15.12 publishVersion=15.12.6 -buildCount=0 +buildCount=7 baseBetaVersion=15.12.7 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 d84e9ab..c5736cd 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 @@ -217,7 +217,7 @@ public class BackgroundView extends RelativeLayout { public void run() { adjustImageViewSize(); } - }, 120); + }, 150); return; } diff --git a/powerbell/src/main/res/layout/activity_main.xml b/powerbell/src/main/res/layout/activity_main.xml index 134b60c..56c1119 100644 --- a/powerbell/src/main/res/layout/activity_main.xml +++ b/powerbell/src/main/res/layout/activity_main.xml @@ -34,7 +34,6 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#FF7381FF" android:id="@+id/fragmentmainviewBackgroundView1"/>