修改包名
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user