- Code: Select all
<ScrollView android:id="@+id/BuzzLayoutContainer"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<RelativeLayout
android:id="@+id/buzzLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</ScrollView>
The problem is when I do buzzLayout.addView(CustomGlSurfaceView), the GlView isn't showing.
If I remove the ScrollView, then it's working perfectly.
Is it a normal behavior ?
If yes, is there a way to have an automatic scrolling GlSurface without recoding the whole thing ?
Thanks for your responses.

