How to support child views with different orientations on android?
I have a FrameLayout which has two child views.
One of the views is supplied by a third party and the only way that it
works correctly is in landscape. However due to it being a GLSurfaceView
it is fine if the orientation is locked to Landscape.
However we are overlaying UI components above this view which are
dependent on the orientation of the device.
How do I configure the views that that this third party SDK is locked to
landscape while i have the flexibility to set the orientation to the
remaining views.
No comments:
Post a Comment