[android-developers] Preventing surface resize on orientation change

2011-02-15 Thread André Santee
I'm making a game with direct OpenGL rendering and I want my menu always to be vertical. Is there a way I can prevent the phone to reset it's surface on orientation change? Regards, André. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Preventing surface resize on orientation change

2011-02-15 Thread Marcin Orlowski
On 12 February 2011 16:58, André Santee andre.san...@gmail.com wrote: I'm making a game with direct OpenGL rendering and I want my menu always to be vertical. Is there a way I can prevent the phone to reset it's surface on orientation change? You can enforce certain activity orientation so