stone: rro: update status bar padding

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
Vedraj Gawas
2024-05-17 13:37:25 +05:30
committed by Arijit78
parent fc561bd513
commit 2a41f3bed3
2 changed files with 8 additions and 10 deletions

View File

@@ -19,9 +19,14 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<dimen name="status_bar_height">38.0dip</dimen>
<dimen name="status_bar_height_default">38.0dip</dimen>
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<dimen name="rounded_corner_content_padding">49px</dimen>
<dimen name="rounded_corner_radius">102px</dimen>
<dimen name="rounded_corner_radius_bottom">@dimen/rounded_corner_radius</dimen>
<dimen name="rounded_corner_radius_top">@dimen/rounded_corner_radius</dimen>
<dimen name="status_bar_height">@dimen/status_bar_height_portrait</dimen>
<dimen name="status_bar_height_default">@dimen/status_bar_height_portrait</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<dimen name="status_bar_height_portrait">94px</dimen>
<dimen name="status_bar_height_landscape">24.0dip</dimen>
</resources>

View File

@@ -17,8 +17,6 @@
-->
<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
@@ -36,9 +34,4 @@
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>