Merge "[Corners] Update akita rounded_corner_radius" into main

This commit is contained in:
Treehugger Robot 2023-09-29 13:38:45 +00:00 committed by Android (Google) Code Review
commit a7a70667d1

View file

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