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
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.
© 2024 OneMinuteCode. All rights reserved.