version:1.0.9
fix: update:更新资源,增加登录,增加检测更新,增加必备插件
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user