1:修改房间设置功能

This commit is contained in:
2025-12-22 18:40:57 +08:00
parent daba3d9872
commit ec2e754806
9 changed files with 46 additions and 15 deletions

View File

@@ -221,7 +221,7 @@ public class LaunchPageActivity extends BaseMvpActivity<IPresenter,ActivityLaunc
}
});
// 设置视频路径从raw资源中
String videoPath = "android.resource://" + getPackageName() + "/" + R.raw.launch_mp4;
String videoPath = "android.resource://" + getPackageName() + "/" + R.raw.app_start;
// 设置播放完成监听器
videoView.setOnCompletionListener(new MediaPlayer.OnCompletionListener() {

Binary file not shown.