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:
parent
8da5273097
commit
46f9c996ea
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue