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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -