1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2025-12-12 07:11:10 +01:00

Lock rotation, make app fullscreen

This commit is contained in:
vanitasvitae 2017-09-14 00:33:37 +02:00
parent d48f161e3a
commit 9fed3dabd5
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 7 additions and 9 deletions

View file

@ -10,7 +10,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen">
<activity android:name=".MainActivity">
<!-- Launcher -->
<intent-filter>