diff options
| author | Evan Laird <evanlaird@google.com> | 2018-06-18 20:27:35 -0400 |
|---|---|---|
| committer | Evan Laird <evanlaird@google.com> | 2018-06-25 15:05:26 -0400 |
| commit | 106a3f28036fc7a325277cd5a8663aea8e3d11fb (patch) | |
| tree | f12a9fccf306feeaf6e62c32e8a1a5867fc40f1a /crosshatch | |
| parent | 41d37d3261fb477ccc9f43070769e253710776a0 (diff) | |
Match keyguard status bar height to notch
Crosshatch should bump the height of the keyguard status bar so that the
icons are aligned visually in the corners properly.
Also updated the right padding so that the status bars align
horizontally.
Test: visual
Change-Id: I30b46d6191baf5bbddf832f993a4529116ac6292
Fixes: 110156766
Diffstat (limited to 'crosshatch')
| -rw-r--r-- | crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml b/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml index 2d640be..148bb0b 100644 --- a/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml +++ b/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml @@ -25,4 +25,14 @@ <!-- How much we expand the touchable region of the status bar below the notch to catch touches that just start below the notch. --> <dimen name="display_cutout_touchable_region_size">50px</dimen> + + <!-- Height of the status bar header bar when on Keyguard (match status_bar_portrait) --> + <dimen name="status_bar_header_height_keyguard">49dp</dimen> + + <!-- Margin end of the system icons super container when the avatar is missing. --> + <dimen name="system_icons_super_container_avatarless_margin_end">10dp</dimen> + + <!-- end margin for multi user switch in collapsed quick settings --> + <dimen name="multi_user_switch_keyguard_margin">7dp</dimen> + </resources> |
