Improve app rounded corner radius for thin letterboxed apps

Change the default rounded corner radius to 64 pixels.

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

Change-Id: If48c9febe5bd04b5bbae3fd3f6c429001b1bc326
This commit is contained in:
Massimo Carli 2024-04-12 16:20:23 +00:00
parent 8da5273097
commit 46f9c996ea

View file

@ -288,5 +288,5 @@
<!-- 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>
<integer name="config_letterboxActivityCornersRadius">64</integer>
</resources>