初版定稿

This commit is contained in:
2025-07-12 19:08:21 +08:00
parent 2d510ffe2a
commit 4a7e96473a
256 changed files with 325199 additions and 296285 deletions

View File

@@ -41,7 +41,7 @@ public class DropView extends LinearLayout {
int sh = ScreenUtils.getScreenHeight();
int sw = ScreenUtils.getScreenWidth();
setBackgroundResource(R.drawable.bg_home_drop_view);
int y = (int) (0.8f * sh) - getHeight();
int y = (int) (0.5f * sh) - getHeight();
int x = sw - getWidth();
setTranslationX(x);
setTranslationY(y);