Layer model with UI components #3690
-
|
I am trying to render a model in a fragment and layer it between two UI components (z position). Somehow Filament does not respect the expected layering provided in the activity layout file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Filament has nothing to do with this. A |
Beta Was this translation helpful? Give feedback.
Filament has nothing to do with this. A
SurfaceViewputs itsSurfaceeither below theActivity(by default) or above withisMediaOverlay. You cannot sandwich aSurfaceViewbetween two UI components. To achieve this you need to use aTextureViewbut it's a little less efficient.