diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b7692a6..996e5aa 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,7 +28,8 @@ android:name=".MapsActivity" android:exported="true" android:label="Map" - android:windowSoftInputMode="adjustPan"> + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait"> @@ -39,7 +40,8 @@ + android:label="@string/app_name" + android:screenOrientation="portrait"> @@ -50,7 +52,8 @@ + android:label="@string/app_name" + android:screenOrientation="portrait"> @@ -61,7 +64,8 @@ + android:label="@string/app_name" + android:screenOrientation="portrait"> @@ -73,7 +77,8 @@ + android:label="@string/app_name" + android:screenOrientation="portrait"> @@ -85,7 +90,8 @@ + android:label="@string/title_activity_requested" + android:screenOrientation="portrait"> @@ -93,11 +99,13 @@ + android:exported="false" + android:screenOrientation="portrait"/> + android:windowSoftInputMode="adjustPan" + android:screenOrientation="portrait"/> @@ -111,7 +119,8 @@ + android:label="@string/title_activity_my_page" + android:screenOrientation="portrait"> @@ -136,7 +145,8 @@ + android:label="@string/title_activity_test" + android:screenOrientation="portrait"> @@ -148,7 +158,8 @@ + android:label="@string/title_activity_post" + android:screenOrientation="portrait"> @@ -160,7 +171,8 @@ + android:label="@string/title_activity_shop" + android:screenOrientation="portrait">