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?