Sunday, 8 September 2013

How to disable orientation changes for main activity?

How to disable orientation changes for main activity?

I have a relativelayout with a scrollview like this:
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="576dp"
android:background="@drawable/text_main"
>
I want to stop the orientation changes and make it fixed vertical. How can
I do this?

No comments:

Post a Comment