Fix terminal pane height with soft keyboard

- Make pane containers wrap their content instead of filling the IME-adjusted viewport.
- Make the terminal surface content-height driven so it no longer expands into a large black area above the keyboard.
This commit is contained in:
Joe Tretter
2026-05-13 15:15:40 -05:00
parent 61951408de
commit 0fb73f869c
3 changed files with 16 additions and 10 deletions

View File

@@ -19,8 +19,8 @@ android {
applicationId = "solutions.tretter.githugandroid"
minSdk = 26
targetSdk = 35
versionCode = 139
versionName = "0.1.138"
versionCode = 140
versionName = "0.1.139"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true