优化页面UI
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<com.mogo.module.v2x.view.V2XLiveGSYVideoView
|
||||
android:id="@+id/videoPlayer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/v2x_video_window_height"
|
||||
android:layout_height="@dimen/v2x_video_window_height_content"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/rlRoadEventDetail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/v2x_video_window_height"
|
||||
android:layout_height="@dimen/v2x_video_window_height_content"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<include
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/rlRoadEventDetail"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/v2x_video_window_height"
|
||||
android:layout_height="@dimen/v2x_video_window_height_content"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
|
||||
<!---->
|
||||
<dimen name="v2x_right_context_margin">460px</dimen>
|
||||
<dimen name="v2x_video_window_height_content">464px</dimen>
|
||||
<dimen name="v2x_video_window_height">474px</dimen>
|
||||
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
|
||||
<!---->
|
||||
<dimen name="v2x_right_context_margin">460px</dimen>
|
||||
<dimen name="v2x_video_window_height_content">464px</dimen>
|
||||
<dimen name="v2x_video_window_height">474px</dimen>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
|
||||
<!--适配直播框-->
|
||||
<dimen name="v2x_right_context_margin">830px</dimen>
|
||||
<dimen name="v2x_video_window_height_content">664px</dimen>
|
||||
<dimen name="v2x_video_window_height">674px</dimen>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user