From ed9c1d2e612623248f0dfbe2aee7e1192c342c77 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Thu, 25 Mar 2021 15:30:44 +0100 Subject: [PATCH] beyondx: convert cutout overlay to px * dp should only be used for emulated display cutouts * px = dp * (dpi / 160) (using 560 as dpi) Change-Id: I0eedfd46efc4c1451fbfe97568e4e7eb6430d7fc --- 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 5a58264..758d829 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -705,5 +705,5 @@ @see https://www.w3.org/TR/SVG/paths.html#PathData --> - M 0,0 H -122 V 39.71428571428571 H 0 V 0 Z @dp @right + M 0,0 H -427 V 139 H 0 V 0 Z @right