修改包名

This commit is contained in:
2026-06-11 14:25:09 +08:00
parent 57188d27cc
commit 9eb47345fe
108 changed files with 397 additions and 450 deletions

View File

@@ -12,7 +12,7 @@
android:layout_height="wrap_content">
<!-- 视频播放区域 -->
<com.example.defenseapplication.view.MyGSYVideoPlayer
<com.ckkj.defense_device.view.MyGSYVideoPlayer
android:layout_marginTop="40dp"
android:id="@+id/exoPlayContextId"
android:layout_width="match_parent"

View File

@@ -13,7 +13,7 @@
android:layout_height="match_parent"
android:background="@android:color/black" />
<com.example.defenseapplication.view.FaceOverlayView
<com.ckkj.defense_device.view.FaceOverlayView
android:id="@+id/overlay"
android:layout_width="0dp"
android:layout_height="0dp"

View File

@@ -44,7 +44,7 @@
</LinearLayout>
<com.example.defenseapplication.view.MyGSYVideoPlayerLive
<com.ckkj.defense_device.view.MyGSYVideoPlayerLive
android:id="@+id/exoPlayContextId"
android:layout_width="match_parent"
android:layout_height="280dp"/>