Skip to content

Commit

Permalink
Merge pull request #95 from pennlabs/portrait-only
Browse files Browse the repository at this point in the history
Restrict screen orientation to portrait
  • Loading branch information
dlakata committed Nov 24, 2014
2 parents c7e185c + abd318c commit 09b6ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PennMobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

<activity
android:name="com.pennapps.labs.pennmobile.MainActivity"
android:screenOrientation="portrait"
android:label="PennMobile" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 09b6ea6

Please sign in to comment.