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
Post a Comment