Make window resizable

This commit is contained in:
Re4son 2019-04-08 18:12:58 +10:00
parent 431c2d6d73
commit b652516cf2
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ ext {
minSdkVersion=14
targetSdkVersion=28
//version=YYYYMMVVRR (Either "VV" for stable version OR "RR" for pre-release candidate (e.g. 0001 for rc1)
versionCode=2019020002
versionName="2019.2-rc2"
versionCode=2019020003
versionName="2019.2-rc3"
}

View File

@ -49,6 +49,7 @@
android:theme="@style/Theme">
<activity android:name="com.offsec.nhterm.Term"
android:launchMode="singleTask"
android:resizeableActivity="true"
android:configChanges="keyboard|keyboardHidden|orientation"
android:windowSoftInputMode="adjustResize|stateAlwaysVisible">
<intent-filter>