pstar: overlays: use stock paddings and rounded corners

also tur on warning when usb port becomes too hot
This commit is contained in:
SGCMarkus 2022-02-20 19:11:53 +01:00
parent 9b0c6e6f40
commit 55d01c71c9
3 changed files with 13 additions and 1 deletions

View File

@ -12,4 +12,6 @@
<dimen name="status_bar_height_landscape">24dp</dimen> <dimen name="status_bar_height_landscape">24dp</dimen>
<!-- Height of area above QQS where battery/time go --> <!-- Height of area above QQS where battery/time go -->
<dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen> <dimen name="quick_qs_offset_height">@dimen/status_bar_height_portrait</dimen>
<dimen name="status_bar_padding_top_portrait">10.0px</dimen>
</resources> </resources>

View File

@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0 SPDX-License-Identifier: Apache-2.0
--> -->
<resources> <resources>
<dimen name="real_rounded_corner_radius">90px</dimen> <dimen name="rounded_corner_content_padding">6px</dimen>
<!-- the padding on the start of the statusbar --> <!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">0dp</dimen> <dimen name="status_bar_padding_start">0dp</dimen>
@ -19,4 +19,6 @@
<!-- 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>
<dimen name="system_icons_keyguard_padding_end">10.0px</dimen>
</resources> </resources>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<integer name="config_showUsbPortAlarm">1</integer>
</resources>