screen orientation - Android : rotate whole the layout -


enter image description here

how rotate whole layout screenshot , without rotate device ?

in manifest file, add following attribute inside corresponding activity tag:

<activity      android:name=".youractivity"      android:screenorientation="landscape" /> 

hope helps.


Comments