pipa: overlay: Adjust rounded corner radius

Change-Id: I4d05879065716ce4c8e133f169e979d7e75ec6e6
This commit is contained in:
Davide Garberi
2023-10-31 02:13:43 +01:00
committed by Sebastiano Barezzi
parent 5e19ab26a6
commit 274eb66e57

View File

@@ -16,7 +16,7 @@
<dimen name="rounded_corner_content_padding">40px</dimen>
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">46px</dimen>
<dimen name="rounded_corner_radius">40px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.