yarolig / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
0 stars 1 forks source link

Excuse me, I want to have the app display in normal way, not in 90 degree rotation #319

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Excuse me, I want to have the app display in normal way, not in 90 degree 
rotation.(Like the attachment)

Where can I fix it in the code?

Thank you very much!

Original issue reported on code.google.com by hyhj...@gmail.com on 29 Mar 2013 at 7:12

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Ah, I found the answer...
I thought it is written in src code so I took a long time to trace.
Finally I realized it is only done by modifying the Manifest.xml

Change android:screenOrientation="landscape"
to android:screenOrientation="portrait"

sorry for stupid question. I don't know how to delete it...@@

Original comment by hyhj...@gmail.com on 29 Mar 2013 at 8:06