dre: Align status bar with camera cutout
Change-Id: I913879c595011b8d9775d95cb0015b78ab4f3183
This commit is contained in:
parent
aa5a3c68d7
commit
e3efd3e14c
3 changed files with 7 additions and 1 deletions
|
@ -366,7 +366,7 @@
|
||||||
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">
|
<string translatable="false" name="config_mainBuiltInDisplayCutoutRectApproximation">
|
||||||
M 0,0
|
M 0,0
|
||||||
H 164
|
H 164
|
||||||
V 102.5
|
V 127
|
||||||
H 0
|
H 0
|
||||||
Z
|
Z
|
||||||
@left
|
@left
|
||||||
|
|
|
@ -21,4 +21,7 @@
|
||||||
|
|
||||||
<!-- the padding on the end of the statusbar -->
|
<!-- the padding on the end of the statusbar -->
|
||||||
<dimen name="status_bar_padding_end">65px</dimen>
|
<dimen name="status_bar_padding_end">65px</dimen>
|
||||||
|
|
||||||
|
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||||
|
<dimen name="status_bar_padding_top">0px</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -25,6 +25,9 @@
|
||||||
<!-- the padding on the end of the statusbar -->
|
<!-- the padding on the end of the statusbar -->
|
||||||
<dimen name="status_bar_padding_end">28px</dimen>
|
<dimen name="status_bar_padding_end">28px</dimen>
|
||||||
|
|
||||||
|
<!-- the padding on the top of the statusbar (usually 0) -->
|
||||||
|
<dimen name="status_bar_padding_top">11px</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</dimen>
|
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height</dimen>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue