From 56d469798116aaaccdab05f248c55d5120480459 Mon Sep 17 00:00:00 2001 From: ='fauz <='fauzgabriel@gmail.com> Date: Tue, 22 Apr 2025 15:17:57 +0700 Subject: [PATCH] rotasi hilang --- android/app/src/main/AndroidManifest.xml | 3 ++- lib/components/navbar_shape_3.dart | 2 +- lib/main.dart | 6 +++++- lib/screen/Home_screen.dart | 18 ++++++++++++++++-- lib/screen/koleksi_screen.dart | 2 +- lib/screen/pustaka_screen.dart | 2 +- lib/screen/saya/profile_screen.dart | 2 +- 7 files changed, 27 insertions(+), 8 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 25f23f9..23c43c1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -11,7 +11,8 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:screenOrientation="portrait">