Skip to content

Commit

Permalink
[FIX]#111: Portrait Mode로 고정해요
Browse files Browse the repository at this point in the history
  • Loading branch information
flash159483 committed Aug 19, 2024
1 parent aa2b97e commit 4560d45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:screenOrientation="sensorPortrait"
android:theme="@style/Theme.WeSpot">

<activity
android:name=".splash.SplashActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Wespot.Starting"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -28,11 +30,13 @@
<activity
android:name=".MainActivity"
android:exported="false"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize" />

<activity
android:name=".auth.AuthActivity"
android:exported="false"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize" />

<activity
Expand Down

0 comments on commit 4560d45

Please sign in to comment.