<com.supermap.realspace.SceneControl android:id="@+id/sceneControl" android:layout_width="match_parent" android:layout_height="match_parent" /> <com.supermap.ar.areffect.AREffectView android:id="@+id/ar_view" android:layout_width="match_parent" android:layout_height="match_parent"/>
AREffectView把sceneControl完全遮挡住了,没办法一起使用,怎么解决?想实现图中的效果,怎么实现