我在FrameLayout中有一个GLSurfaceView,当我缩放FrameLayout时,GLSurfaceView绘制出它的父节点。 click to view the image我该如何解决这个问题?
<FrameLayout
android:id="@+id/edit_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<android.opengl.GLSurfaceView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>