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:
parent
d48f161e3a
commit
9fed3dabd5
2 changed files with 7 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue