sm8350-common: decomonize status bar and rounded corner size

This commit is contained in:
Cosmin Tanislav 2021-09-05 01:11:52 +03:00
parent 8d9953a34e
commit 4837a347af

View File

@ -178,40 +178,6 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool> <bool name="config_intrusiveNotificationLed">true</bool>
<!-- Height of the status bar in portrait -->
<dimen name="status_bar_height_portrait">100px</dimen>
<!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">24dp</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. -->
<dimen name="rounded_corner_radius_top">93px</dimen>
<!-- Radius of the software rounded corners at the bottom of the display in its natural
orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_bottom">93px</dimen>
<!-- 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 name="config_mainBuiltInDisplayCutout">
M 0,0 H -36 V 100 H 36 V 0 H 0 Z
</string>
<!-- Array of hysteresis constraint values for brightening, represented as tenths of a <!-- Array of hysteresis constraint values for brightening, represented as tenths of a
percent. The length of this array is assumed to be one greater than percent. The length of this array is assumed to be one greater than
config_ambientThresholdLevels. The brightening threshold is calculated as config_ambientThresholdLevels. The brightening threshold is calculated as