version:1.0.9

fix:
update:更新资源,增加登录,增加检测更新,增加必备插件
This commit is contained in:
2025-12-19 10:32:21 +08:00
parent daebcee8b8
commit 7ce4158afd
26 changed files with 344 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ public class JiaoShuiDialog extends Dialog {
super.onCreate(bundle);
setContentView(R.layout.dialog_jiaoshui);
WindowManager windowManager = getWindow().getWindowManager();
getWindow().setBackgroundDrawableResource(17170445);
getWindow().setBackgroundDrawableResource(R.drawable.bg_shape_ffffff_40);
Display defaultDisplay = windowManager.getDefaultDisplay();
Window window = getWindow();
WindowManager.LayoutParams attributes = getWindow().getAttributes();
@@ -50,7 +50,7 @@ public class JiaoShuiDialog extends Dialog {
}
private void initView() {
this.pag = (PAGView) findViewById(R.id.pag);
this.pag = findViewById(R.id.pag);
this.pag.setComposition(PAGFile.Load(this.activity.getAssets(), "pag/shjs.pag"));
this.pag.setRepeatCount(1);
this.pag.play();