diff options
| author | Jorim Jaggi <jjaggi@google.com> | 2018-06-13 12:36:23 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-06-13 12:36:23 +0000 |
| commit | 095cb10a7963508e49e1b31955e8f5c55e907473 (patch) | |
| tree | 7fb72326af0e68ce547c53a1dde451bbb7372b61 /crosshatch | |
| parent | 6dcf763f73af6029677993a14a8ddec200572eaa (diff) | |
| parent | 8a726fe5a922c0c157f06119dcdd6279af71d8e5 (diff) | |
Merge "Enable expanding of status bar just below the notch" into pi-dev
Diffstat (limited to 'crosshatch')
| -rw-r--r-- | crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml | 4 |
1 files changed, 4 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 0879f6b..2d640be 100644 --- a/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml +++ b/crosshatch/overlay/frameworks/base/packages/SystemUI/res/values/dimens.xml @@ -21,4 +21,8 @@ <dimen name="rounded_corner_content_padding">8dp</dimen> <dimen name="display_cutout_margin_consumption">60px</dimen> + + <!-- 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> </resources> |
