mirror of
https://gitea.winboll.cc/Studio/OriginMaster.git
synced 2026-02-04 16:31:31 +08:00
清理图片加载前的调试色调。优化加载速度。
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -217,7 +217,7 @@ public class BackgroundView extends RelativeLayout {
|
||||
public void run() {
|
||||
adjustImageViewSize();
|
||||
}
|
||||
}, 120);
|
||||
}, 150);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#FF7381FF"
|
||||
android:id="@+id/fragmentmainviewBackgroundView1"/>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user