diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..691ca64 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 36e3c17..6b9c2b8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,6 +5,7 @@ + @@ -12,7 +13,7 @@ - + diff --git a/README.md b/README.md index b7c4911..b055679 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ IrisClient =============== -Iris プロジェクトのアンドロイド用フロントエンド \ No newline at end of file +Iris プロジェクトのアンドロイド版フロントエンド \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 82a5add..b16f89b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,8 +12,8 @@ android:theme="@style/Theme.IrisClient" > + android:screenOrientation="landscape" + android:exported="true"/> - + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintVertical_bias="0.26" /> +