Skip to content

[WIP] Improve height and arrangement selection

tmarkov requested to merge tmarkov/squeekboard:master into main
  1. Changes the height and arrangement logic around: First determine the height based on screen height. Then find the widest layout that fits within that height and width. Finally, if that layout doesn't take the full height, reduce it accordingly.
  2. Allow for larger height on larger screens.

Needs further height formula tweaks and testing.

Closes #363

Merge request reports