Skip to content

Commit

Permalink
[FEAT] 앱 세로 모드 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Jan 30, 2024
1 parent ae4b921 commit eb93898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions feature/intro/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<activity
android:name=".IntroActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/Theme.Ilab">

<intent-filter>
Expand Down
1 change: 1 addition & 0 deletions feature/login/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<activity
android:name=".LoginActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/Theme.Ilab">

</activity>
Expand Down
7 changes: 1 addition & 6 deletions feature/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
<activity
android:name=".MainActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/Theme.Ilab">

<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->

<!-- <category android:name="android.intent.category.LAUNCHER" />-->
<!-- </intent-filter>-->

</activity>

</application>
Expand Down

0 comments on commit eb93898

Please sign in to comment.