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

UI overhaul

This commit is contained in:
vanitasvitae 2017-09-14 20:39:33 +02:00
parent a6aa2b17f8
commit 2fa9e29e71
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
7 changed files with 134 additions and 23 deletions

View file

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