Snap for 8421339 from 01dc6e32da to tm-qpr1-release

Change-Id: Ie44f6d729496fa8158bd37e0119c1a6943db65c2
This commit is contained in:
Android Build Coastguard Worker 2022-04-08 03:01:44 +00:00
commit a78a19995b
2 changed files with 6 additions and 2 deletions

View file

@ -93,7 +93,9 @@
<!-- Height of the status bar.
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. -->
<dimen name="rounded_corner_radius_adjustment">5px</dimen>

View file

@ -198,7 +198,9 @@
<!-- Height of the status bar.
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-->
<bool name="config_faceAuthDismissesKeyguard">false</bool>