Skip to content

Commit

Permalink
Support sensorLandscape
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Tainio committed Aug 12, 2015
1 parent 67f5bc5 commit e66f76d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:name="ReservatorApplication" android:allowBackup="true">
<activity android:name="LoginActivity"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"
android:label="@string/app_name">
<intent-filter>
Expand All @@ -31,19 +31,19 @@
</intent-filter>
</activity>
<activity android:name=".AccountSelection"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"
android:hardwareAccelerated="false">
</activity>
<!-- Hardware acceleration breaks the drawing of the vertices -->
<activity android:name="RoomActivity"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"
android:hardwareAccelerated="false"></activity>
<activity android:name="SettingsActivity"
android:theme="@style/Theme.Transparent"></activity>
<activity android:name="LobbyActivity"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|screenSize"></activity>
<activity android:name=".view.RoomReservationPopup"
android:theme="@style/Theme.Transparent"></activity>
Expand Down

0 comments on commit e66f76d

Please sign in to comment.