Commit 1eceba7e by likorn

Enabled portrait mode only

parent 66edac91
Showing with 4 additions and 2 deletions
...@@ -9,9 +9,11 @@ ...@@ -9,9 +9,11 @@
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.MaterialComponents.Light.NoActionBar"> android:theme="@style/Theme.MaterialComponents.Light.NoActionBar">
<activity android:name=".TaskActivity"> <activity android:name=".TaskActivity"
android:screenOrientation="portrait">
</activity> </activity>
<activity android:name=".MainActivity"> <activity android:name=".MainActivity"
android:screenOrientation="portrait">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment