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

View File

@ -371,16 +371,15 @@
Note that a physical cutout should be configured in pixels for the best results.
-->
<string translatable="false" name="config_mainBuiltInDisplayCutout">
M 0, 0
H 44
V 44
H 0
L 0, 0
@dp
M 0.0, 0.0
h 200
v 128
h -200
Z
@left
</string>
<!-- Height of the status bar -->
<dimen name="status_bar_height_portrait">153px</dimen>
<dimen name="status_bar_height_landscape">153px</dimen>
<dimen name="status_bar_height_portrait">138px</dimen>
<dimen name="status_bar_height_landscape">138px</dimen>
</resources>

View File

@ -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>