Is there any way to include another layout in SurfaceView?

Asked 1 years ago, Updated 1 years ago, 115 views

Is there any way to include another layout in SurfaceView?

If there is something called Main SurfaceView, is there a way to add another Linear Layout or something like this?

surfaceview layout

2022-09-22 18:48

1 Answers

If you give an additional explanation that you are trying to implement something, it will help you with your answer. SurfaceView is not ViewGroup and cannot include child.


2022-09-22 18:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.