Revert "Reduce rounded_corner_radius to 142"

This reverts commit 5362448646.

Reason for revert: Reverting this due to landing pixel scaling

Bug: 335357341
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9683d7ab3c6f2f7be00b31d4a6e35a2ff9cf13b7)
Merged-In: I4f9392d649cc927a24222207501f5191bd63c5a1
Change-Id: I4f9392d649cc927a24222207501f5191bd63c5a1
This commit is contained in:
Evan Laird 2024-05-28 19:50:52 +00:00 committed by Cherrypicker Worker
parent 5797ae80c4
commit b7af4a53c1

View file

@ -19,7 +19,7 @@
<resources>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">142px</dimen>
<dimen name="rounded_corner_radius_top">142px</dimen>
<dimen name="rounded_corner_radius_bottom">142px</dimen>
<dimen name="rounded_corner_radius">157px</dimen>
<dimen name="rounded_corner_radius_top">157px</dimen>
<dimen name="rounded_corner_radius_bottom">157px</dimen>
</resources>