I'm building a camera application where I want to implement the same feature android has in their settings menu:
this is the camera scene settings in portrait mode:
this is the camera scene settings in landscape mode:
the orientation of the list and the button changes but the application isn't recreated I guess this happens with a orientationEventListener I managed to rotate the buttons with a rotation animation this way but not the settings list... Any help will be greatly appreciated. Thanks!