android - Is there a way to keep the orientation of my droid project vertical? -


can set code doesn't change orientation of screen of app if turn phone sideways? tried making new main.xml file in layout-land folder, , looks weird.

so, screen doesn't turn when oreintation changed?

thanks!

you can like:

<activity android:name="foo" android:screenorientation="portrait" /> 

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -