beyond0lte: convert cutout overlay to px
* dp should only be used for emulated display cutouts
* px = dp * (dpi / 160) (using 480 as dpi)
Change-Id: I0eedfd46efc4c1451fbfe97568e4e7eb6430d7fc
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 018641b..099aa6d 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
-->
- <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -49.66666666666667 V 38.66666666666667 H 0 V 0 Z @dp @right</string>
+ <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -149 V 116 H 0 V 0 Z @right</string>
</resources>