viernes, 7 de febrero de 2014

Android: Admit both landscape orientations


<activity
            android:name="imageslidergallery.ImageCarrouselActivity"
            android:screenOrientation="sensorLandscape"
            ... >
</activity>

If we were to use "landscape" rather than "sensorLandscape" then we would have only one landscape orientation available.

No hay comentarios:

Publicar un comentario