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:
parent
59d3fd290d
commit
e6b1c8ecb2
1 changed files with 5 additions and 0 deletions
|
@ -284,4 +284,9 @@
|
|||
<!-- Package name providing GNSS location support. Used only when
|
||||
config_useGnssHardwareProvider is false. -->
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue