Skip to content

Commit

Permalink
style: 縦画面に固定 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoichi206 committed Dec 7, 2022
1 parent 08245e3 commit 2b09494
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="jp.co.yumemi.android.code_check">

<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".CodeCheckApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:fullBackupContent="@xml/backup_descriptor">
android:fullBackupContent="@xml/backup_descriptor"
tools:ignore="LockedOrientationActivity">
<activity
android:name="jp.co.yumemi.android.code_check.presentation.MainActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/Theme.AndroidEngineerCodeCheck.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 2b09494

Please sign in to comment.