Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21d9bdf3 authored by Bill Lin's avatar Bill Lin Committed by Automerger Merge Worker
Browse files

Customize adjustment for window rounded corner am: bfdafe20

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/14895636

Change-Id: I9c6373dbd152f5d5099f8ec9af7cc4f3557dc735
parents 5c080bd1 bfdafe20
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -228,6 +228,12 @@
    <!-- Radius of the software rounded corners. -->
    <dimen name="rounded_corner_radius">108px</dimen>

    <!-- Top adjustment for the software rounded corners since corners are not perfectly
        round. This value is used when retrieving the "radius" of the rounded corner in cases
        where the exact bezier curve cannot be retrieved. This value will be subtracted from
        rounded_corner_radius to more accurately provide a "radius" for the rounded corners.-->
    <dimen name="rounded_corner_radius_adjustment">8px</dimen>

    <!-- Height of the status bar in portrait. The height should be
         Max((status bar content height + waterfall top size), top cutout size) -->
    <dimen name="status_bar_height_portrait">145px</dimen>