diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index aacc24448c..e1e373b993 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -27,7 +27,9 @@ android:name="com.termux.app.TermuxActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:launchMode="singleTask" - android:windowSoftInputMode="adjustResize|stateAlwaysVisible" > + android:windowSoftInputMode="adjustResize|stateAlwaysVisible" + android:resizeableActivity="true" + > @@ -44,7 +46,8 @@ android:exported="false" android:theme="@android:style/Theme.Material.Light.DarkActionBar" android:parentActivityName=".app.TermuxActivity" - android:label="@string/application_name" /> + android:label="@string/application_name" + android:resizeableActivity="true"/>