Revert "stone: rro: update status bar padding"

This reverts commit 10eb0afcdc.
This commit is contained in:
Arijit78
2024-05-20 15:32:42 +00:00
parent 10eb0afcdc
commit fc561bd513
2 changed files with 10 additions and 5 deletions

View File

@@ -19,11 +19,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<dimen name="rounded_corner_radius_bottom">102.0px</dimen>
<dimen name="rounded_corner_radius_top">102.0px</dimen>
<dimen name="status_bar_height">96.0px</dimen>
<dimen name="status_bar_height_default">96.0px</dimen>
<dimen name="status_bar_height">38.0dip</dimen>
<dimen name="status_bar_height_default">38.0dip</dimen>
<dimen name="status_bar_height_portrait">94px</dimen>
<dimen name="status_bar_height_landscape">24.0dip</dimen>
<dimen name="status_bar_height_portrait">96.0px</dimen>
</resources>

View File

@@ -17,6 +17,8 @@
-->
<resources>
<dimen name="rounded_corner_content_padding">47.0px</dimen>
<!-- Location on the screen of the center of the fingerprint sensor. For devices with under
display fingerprint sensors, this directly corresponds to the fingerprint sensor's location.
For devices with sensors on the back of the device, this corresponds to the location on the
@@ -34,4 +36,9 @@
default that should be overridden by device-specific overlays. -->
<dimen name="physical_power_button_center_screen_location_y">900px</dimen>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">4dp</dimen>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">4dp</dimen>
</resources>