Merge "Manually tune rounded_corner_radius for Husky" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-07-11 15:47:05 +00:00 committed by Android (Google) Code Review
commit 23b1712fd7

View file

@ -19,9 +19,9 @@
<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">91px</dimen>
<dimen name="rounded_corner_radius_top">91px</dimen>
<dimen name="rounded_corner_radius_bottom">91px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.