summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 315434e..f4e05f9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,9 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
- <activity android:name=".Menu">
+ <activity
+ android:name=".Menu"
+ android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -17,8 +19,8 @@
</activity>
<activity
android:name=".Game"
- android:screenOrientation="portrait"
- />
+ android:screenOrientation="portrait" />
+ <activity android:name=".Highscores"></activity>
</application>
</manifest>