Commit 388b966f authored by Adam Lawson's avatar Adam Lawson
Browse files

nicky: Add notch overlay

parent 3f93b736
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -462,4 +462,21 @@
    <!-- Fingerprint from stock ROM -->
    <string name="config_stockFingerprint" translatable="false">Realme/RMX1851/RMX1851:11/RKQ1.201217.002/1645426024988:user/release-keys</string>

     <!-- The bounding path of the cutout region of the main built-in display.
         Must either be empty if there is no cutout region, or a string that is parsable by
         {@link android.util.PathParser}.
         The path is assumed to be specified in display coordinates with pixel units and in
         the display's native orientation, with the origin of the coordinate system at the
         center top of the display.
         To facilitate writing device-independent emulation overlays, the marker `@dp` can be
         appended after the path string to interpret coordinates in dp instead of px units.
         Note that a physical cutout should be configured in pixels for the best results.
         Example for a 10px x 10px square top-center cutout:
                <string ...>M -5,0 L -5,10 L 5,10 L 5,0 Z</string>
         Example for a 10dp x 10dp square top-center cutout:
                <string ...>M -5,0 L -5,10 L 5,10 L 5,0 Z @dp</string>
         @see https://www.w3.org/TR/SVG/paths.html#PathData
         -->
    <string translatable="false" name="config_mainBuiltInDisplayCutout">M -70,0 L -70,76 L 70,76 L 70,0 Z</string>

</resources>
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <!-- Height of the status bar.
         Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
         -->
    <dimen name="status_bar_height">28dp</dimen>
    <dimen name="status_bar_height">32dp</dimen>

    <!-- Radius of the software rounded corners at the top of the display in its natural
         orientation. If zero, the value of rounded_corner_radius is used. -->