Improve app rounded corner radius for thin letterboxed apps

Change the default rounded corner radius to 88 pixels.

Fix: 332563101
Test: adb shell wm get-letterbox-style

Change-Id: If100dca10c919eb9732a3299bbce83d55577aad5
This commit is contained in:
Massimo Carli 2024-04-05 15:36:03 +00:00
parent 59d3fd290d
commit e6b1c8ecb2

View file

@ -284,4 +284,9 @@
<!-- Package name providing GNSS location support. Used only when <!-- Package name providing GNSS location support. Used only when
config_useGnssHardwareProvider is false. --> config_useGnssHardwareProvider is false. -->
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string> <string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
<!-- Corners radius for activity presented the letterbox mode. Values < 0 enable rounded
corners with radius equal to min between device bottom corner radii. Default 0 value turns
off rounded corners logic in LetterboxUiController. Values are in pixel. -->
<integer name="config_letterboxActivityCornersRadius">88</integer>
</resources> </resources>