mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-18 10:12:51 +00:00
lemonadep: Remove resource overlays for system bar heights
With the new added APIs, we don't need to overlay status_bar_height that contains cutout size and quick_qs_offset_height anymore. Bug: 186604541 Test: make Change-Id: I36d869866ed03d3996b7b0d8cc6d3f6bb6ab624d
This commit is contained in:
parent
2284ae1930
commit
8a66297426
@ -18,9 +18,10 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Height of the status bar in portrait. The height should be
|
<!-- Height of the status bar.
|
||||||
Max((status bar content height + waterfall top size), top cutout size) -->
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
<dimen name="status_bar_height_portrait">138px</dimen>
|
-->
|
||||||
|
<dimen name="status_bar_height">28dp</dimen>
|
||||||
|
|
||||||
<!-- Default radius of the software rounded corners. -->
|
<!-- Default radius of the software rounded corners. -->
|
||||||
<dimen name="rounded_corner_radius">8dp</dimen>
|
<dimen name="rounded_corner_radius">8dp</dimen>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<dimen name="status_bar_padding_end">35px</dimen>
|
<dimen name="status_bar_padding_end">35px</dimen>
|
||||||
|
|
||||||
<!-- Height of the status bar header bar when on Keyguard -->
|
<!-- Height of the status bar header bar when on Keyguard -->
|
||||||
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
||||||
|
|
||||||
<!-- 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">@dimen/status_bar_padding_start</dimen>
|
<dimen name="keyguard_carrier_text_margin">@dimen/status_bar_padding_start</dimen>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user