如何設定螢幕保持直立?

    修改「AndroidManifest.xml」的 Activity Tag,加上「android:screenOrientation="portrait"

    <activity android:name="MainActivity" android:label="@string/app_name" android:screenOrientation="portrait"></activity>

    參考資料

    Was this page helpful?
    標籤 (Edit tags)
    • No tags
    blog comments powered by Disqus
    Powered by MindTouch Core