登录界面修改完成

This commit is contained in:
ningwenqiang
2024-11-01 16:09:59 +08:00
parent aca96cf800
commit e2c4a0e2ae
15 changed files with 169 additions and 108 deletions

View File

@@ -131,7 +131,7 @@ public class LauncherActivity extends AppCompatActivity implements View.OnClickL
mBtnSkipVideo = findViewById(R.id.btn_skip_video);
mBtnSkipImage.setOnClickListener(this);
mBtnSkipVideo.setOnClickListener(this);
ImgLoader.display(mContext, R.mipmap.screen, mCover);
// ImgLoader.display(mContext, R.mipmap.screen, mCover);
mHandler = new Handler() {
@Override
public void handleMessage(Message msg) {