no message

This commit is contained in:
liujing
2021-02-25 17:20:02 +08:00
parent cc65631dfe
commit 5ad58ce05a

View File

@@ -5,21 +5,18 @@
android:id="@+id/rlRoadEventList"
android:layout_width="match_parent"
android:layout_height="@dimen/v2x_video_window_height_content"
android:layout_margin="@dimen/dp_3"
android:background="@drawable/v2x_alert_window_bg">
android:layout_margin="@dimen/dp_15">
<com.mogo.module.v2x.view.RoundLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/v2x_alert_window_bg"
app:roundLayoutRadius="@dimen/dp_26">
<SurfaceView
android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:padding="@dimen/dp_15" />
android:gravity="center" />
<androidx.core.widget.ContentLoadingProgressBar
android:id="@+id/loading"