[Corners] Update akita rounded_corner_radius

Based on prototyping via go/svg2command, it sems that a more appropriate
corner radius should be 128px. They are also symmetric now so we can use
the single value config.

Test: manually check app window corners when swiping up
Bug: 293863335
Change-Id: I55a9f13233bb3b1724053a354474bf5928eb2244
(cherry picked from commit cbd714cbb4)
Merged-In: I55a9f13233bb3b1724053a354474bf5928eb2244
This commit is contained in:
Evan Laird 2023-09-25 17:52:24 -04:00
parent f30d441d64
commit 7de71cfd65

View file

@ -19,9 +19,7 @@
<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">128px</dimen>
<dimen name="rounded_corner_radius_top">118px</dimen>
<dimen name="rounded_corner_radius_bottom">115px</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.