Skip to content

Commit

Permalink
Merge pull request #28 from lillialexis/49896
Browse files Browse the repository at this point in the history
[49896] App no longer goes into landscape mode
  • Loading branch information
lillialexis committed Sep 28, 2015
2 parents 4f1db94 + 4b68132 commit e13f706
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
android:theme="@style/AppTheme" >
<activity
android:name=".MainActivity"
android:label="@string/app_name" >
android:label="@string/app_name"
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand All @@ -22,7 +23,8 @@
</activity>
<activity
android:name=".SettingsActivity"
android:label="@string/title_activity_settings" >
android:label="@string/title_activity_settings"
android:screenOrientation="portrait" >
</activity>
</application>

Expand Down

0 comments on commit e13f706

Please sign in to comment.