Merge "Improve app rounded corner radius for thin letterboxed apps" into 24D1-dev

This commit is contained in:
Massimo Carli 2024-04-08 15:02:17 +00:00 committed by Android (Google) Code Review
commit 119a749804

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>