Skip to content

Commit

Permalink
sample app orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
adroitandroid committed Jun 23, 2017
1 parent f7ad1cc commit 757ecd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 757ecd6

Please sign in to comment.