From 27fc6b45445de40cb7d7331904631fae8faa9235 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Fri, 18 Mar 2022 20:26:52 +0100 Subject: [PATCH] d2x: Use correct cutout overlay * It seems that when converting from dp to px I used 420 as density instead of the correct value which would have been 560... Change-Id: I4c81a1892f792ac29e112d37f4224479cbd77d3c --- overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c17ec1b..e2e2642 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -41,7 +41,7 @@ @see https://www.w3.org/TR/SVG/paths.html#PathData --> - M 0,0 H -33 V 84 H 33 V 0 H 0 Z + M 0,0 H -45 V 113 H 45 V 0 H 0 Z