Skip to content

Commit 6e9aed7

Browse files
committed
moneymong-306 feat: 세로모드 고정
1 parent ed0f5ce commit 6e9aed7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
android:exported="true"
3232
android:label="${appLabel}"
3333
android:windowSoftInputMode="adjustResize"
34-
android:theme="@style/Theme.Moneymongandroid">
34+
android:theme="@style/Theme.Moneymongandroid"
35+
android:screenOrientation="portrait">
3536
<intent-filter>
3637
<action android:name="android.intent.action.MAIN" />
3738

0 commit comments

Comments
 (0)