Increase thin letterbox width

Increase to 150px = 62dp for a better heuristic

Bug: 334077350
Test: manual

Change-Id: I21f2392f56789d41d7f4c7e8110c9320684fb77a
This commit is contained in:
Massimo Carli 2024-05-27 15:45:24 +00:00
parent 204801e115
commit d6eb9033bd

View file

@ -294,7 +294,7 @@
If W is the available width and w is the letterbox width, an app
is thin letterboxed if the value here is < (W - w) / 2
If the value is < 0 the thin letterboxing policy is disabled -->
<dimen name="config_letterboxThinLetterboxWidthDp">28dp</dimen>
<dimen name="config_letterboxThinLetterboxWidthDp">62dp</dimen>
<!-- The height in dp to use to detect horizontal thin letterboxing
If H is the available height and h is the letterbox height, an app