no message
This commit is contained in:
@@ -5,6 +5,7 @@ import android.net.Uri;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
|
||||
@@ -16,7 +17,7 @@ import com.mogo.module.v2x.scenario.view.IV2XWindow;
|
||||
import com.mogo.module.v2x.view.TextureVideoView;
|
||||
|
||||
|
||||
public class V2XRoadVideoWindow extends ConstraintLayout implements IV2XWindow {
|
||||
public class V2XRoadVideoWindow extends RelativeLayout implements IV2XWindow {
|
||||
|
||||
private static final String TAG = "V2XRoadVideoWindow";
|
||||
private V2XWindowStatusListener mV2XWindowStatusListener;
|
||||
@@ -41,7 +42,6 @@ public class V2XRoadVideoWindow extends ConstraintLayout implements IV2XWindow {
|
||||
}
|
||||
|
||||
private void initView(Context context) {
|
||||
// 填充布局
|
||||
LayoutInflater.from(context).inflate(R.layout.window_road_video, this);
|
||||
mVideoView = findViewById(R.id.roadVideoView);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user