Manually tune rounded_corner_radius for Husky

Built and tested on Husky. Tested by setting a gray wallpaper and
getting the rounded corner rect to apply via begnning a gesture nav
event.

Test: manual
Bug: 284742800
Change-Id: I5b8121311bddbda10ff19df2bfc4e1f9cedd9d23
This commit is contained in:
Evan Laird 2023-07-06 16:06:53 -04:00
parent b0f2797335
commit 275d998342

View file

@ -19,9 +19,9 @@
<resources> <resources>
<!-- Radius of the software rounded corners. --> <!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">115px</dimen> <dimen name="rounded_corner_radius">91px</dimen>
<dimen name="rounded_corner_radius_top">118px</dimen> <dimen name="rounded_corner_radius_top">91px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</dimen> <dimen name="rounded_corner_radius_bottom">91px</dimen>
<!-- Height of the status bar. <!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.