Fixed status bar glitch for apps that access internal resource dimen am: ab0dbdbc86
am: b355d1cd2e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17529726 Change-Id: I65f3b15310129858d8a1d526ed748f5c7b744f9b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a8eb458e82
2 changed files with 6 additions and 2 deletions
|
@ -93,7 +93,9 @@
|
||||||
<!-- Height of the status bar.
|
<!-- Height of the status bar.
|
||||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
-->
|
-->
|
||||||
<dimen name="status_bar_height_height">74px</dimen>
|
<dimen name="status_bar_height_height_default">74px</dimen>
|
||||||
|
<dimen name="status_bar_height_portrait">124px</dimen>
|
||||||
|
<dimen name="status_bar_height_landscape">74px</dimen>
|
||||||
|
|
||||||
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
<!-- Adjustment for software rounded corners since corners aren't perfectly round. -->
|
||||||
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
<dimen name="rounded_corner_radius_adjustment">5px</dimen>
|
||||||
|
|
|
@ -198,7 +198,9 @@
|
||||||
<!-- Height of the status bar.
|
<!-- Height of the status bar.
|
||||||
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.
|
||||||
-->
|
-->
|
||||||
<dimen name="status_bar_height">28dp</dimen>
|
<dimen name="status_bar_height_default">28dp</dimen>
|
||||||
|
<dimen name="status_bar_height_portrait">145px</dimen>
|
||||||
|
<dimen name="status_bar_height_landscape">28dp</dimen>
|
||||||
|
|
||||||
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
<!-- If face auth sends the user directly to home/last open app, or stays on keyguard by default-->
|
||||||
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
<bool name="config_faceAuthDismissesKeyguard">false</bool>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue