instantnoodlep: overlay: Update cutout/padding related overlays

Change-Id: I5c74d72e388043c68c58bb3b835fad3db9fa814a
This commit is contained in:
LuK1337
2020-11-21 23:16:12 +01:00
parent a443131d82
commit 4dbaefed27
2 changed files with 12 additions and 12 deletions
@@ -16,14 +16,15 @@
*/
-->
<resources>
<!-- the padding on the end of the statusbar -->
<dimen name="status_bar_padding_end">65px</dimen>
<!-- Height of the status bar header bar when on Keyguard -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
<!-- Margin on the left side of the carrier text on Keyguard -->
<dimen name="keyguard_carrier_text_margin">32dp</dimen>
<dimen name="keyguard_carrier_text_margin">30px</dimen>
<!-- Margin on the right side of the system icon group on Keyguard. -->
<dimen name="system_icons_keyguard_padding_end">26dp</dimen>
<dimen name="rounded_corner_content_padding">74px</dimen>
<dimen name="system_icons_keyguard_padding_end">@dimen/status_bar_padding_end</dimen>
</resources>