From 2d7dbe88a5137e867dc9708524ca5c2cd8c2012c Mon Sep 17 00:00:00 2001 From: k1ngsterr1 Date: Fri, 9 Jan 2026 21:11:01 +0500 Subject: [PATCH] feat: Add windowSoftInputMode attribute to MainActivity for better keyboard handling --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 190061e..609ae69 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,7 +20,8 @@ android:name=".MainActivity" android:exported="true" android:label="@string/app_name" - android:theme="@style/Theme.RosettaAndroid"> + android:theme="@style/Theme.RosettaAndroid" + android:windowSoftInputMode="adjustResize">