[Feat]修改摄像头视频的宽高度
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@color/notice_check_dialog_bg_color"
|
||||
android:minWidth="777px"
|
||||
android:minHeight="485px"
|
||||
android:minWidth="882px"
|
||||
android:minHeight="550px"
|
||||
app:roundLayoutRadius="30px">
|
||||
|
||||
<TextView
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rvCameraList"
|
||||
android:layout_width="778px"
|
||||
android:layout_width="882px"
|
||||
android:layout_height="664px"
|
||||
android:layout_marginTop="24px"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@@ -59,8 +59,8 @@
|
||||
|
||||
<com.mogo.eagle.core.widget.media.video.SimpleVideoPlayer
|
||||
android:id="@+id/svpPlayer"
|
||||
android:layout_width="778px"
|
||||
android:layout_height="487px"
|
||||
android:layout_width="882px"
|
||||
android:layout_height="550px"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -68,8 +68,8 @@
|
||||
<!--摄像头数据需要两种播放方式-->
|
||||
<TextureView
|
||||
android:id="@+id/textureView"
|
||||
android:layout_width="778px"
|
||||
android:layout_height="487px"
|
||||
android:layout_width="882px"
|
||||
android:layout_height="550px"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
<View
|
||||
android:id="@+id/shadowView"
|
||||
android:layout_width="778px"
|
||||
android:layout_width="882px"
|
||||
android:layout_height="120px"
|
||||
android:background="@drawable/camera_gradient_shadow_bg"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user