Revert "monet: sync status bar changes"

This reverts commit f6b2fd324d.
This commit is contained in:
mikairyuu 2022-06-21 21:33:14 +10:00
parent 7bf84946ed
commit 8d44924225
2 changed files with 15 additions and 8 deletions

View File

@ -18,18 +18,25 @@
*/ */
--> -->
<resources> <resources>
<!-- Height of the status bar. <!-- Height of the status bar -->
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead. --> <dimen name="status_bar_height">24dip</dimen>
<dimen name="status_bar_height_default">69.0px</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">@dimen/status_bar_height</dimen>
<dimen name="status_bar_height_portrait">69.0px</dimen> <!-- Height of the status bar in landscape -->
<dimen name="status_bar_height_landscape">@dimen/status_bar_height</dimen>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">20.0dip</dimen>
<!-- Radius of the software rounded corners at the top of the display in its natural <!-- 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. --> orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_top">125px</dimen> <dimen name="rounded_corner_radius_top">0px</dimen>
<!-- Radius of the software rounded corners at the bottom of the display in its natural <!-- 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. --> orientation. If zero, the value of rounded_corner_radius is used. -->
<dimen name="rounded_corner_radius_bottom">113px</dimen> <dimen name="rounded_corner_radius_bottom">0px</dimen>
</resources> </resources>

View File

@ -21,9 +21,9 @@
<!-- Margin on the left side of the carrier text on Keyguard --> <!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">40dp</dimen> <dimen name="keyguard_carrier_text_margin">40dp</dimen>
<!-- More realistic padding --> <!-- More realistic padding -->
<dimen name="rounded_corner_content_padding">15dp</dimen> <dimen name="rounded_corner_content_padding">18dp</dimen>
<!-- Location on the screen of the center of the physical power button. --> <!-- Location on the screen of the center of the physical power button. -->
<dimen name="physical_power_button_center_screen_location_y">1000px</dimen> <dimen name="physical_power_button_center_screen_location_y">1000px</dimen>