Merge "Improve app rounded corner radius for thin letterboxed apps" into 24D1-dev
This commit is contained in:
commit
119a749804
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue