stone: overlay: kang statusbarpadding from alioth

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
kamikaonashi
2024-06-02 13:24:36 +02:00
committed by Arijit78
parent 87f24c86ff
commit 10bd2ae8df

View File

@@ -19,14 +19,20 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<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>
<!-- Radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">106px</dimen>
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
<dimen name="rounded_corner_radius_adjustment">22px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
-->
<dimen name="status_bar_height_default">94px</dimen>
<dimen name="status_bar_height_portrait">94px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar) -->
<dimen name="quick_qs_offset_height">94px</dimen>
</resources>