diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ee17c5b..33d46f1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,9 +21,7 @@ android:exported="true" android:excludeFromRecents="true" android:clearTaskOnLaunch="true" - android:launchMode="singleTask" - android:screenOrientation="portrait" - tools:ignore="LockedOrientationActivity"> + android:launchMode="singleTask"> @@ -36,9 +34,7 @@ tools:ignore="LockedOrientationActivity"> + android:windowSoftInputMode="adjustResize"> + app:layout_constraintVertical_bias="0.47" /> + app:layout_constraintTop_toBottomOf="@+id/home_upper_view" + app:layout_constraintVertical_bias="0.0" /> \ No newline at end of file