beyond1lte: 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
This commit is contained in:
Tim Zimmermann
2021-03-25 15:30:44 +01:00
parent 1665ab9ebd
commit 1ed2835bf6

View File

@@ -705,5 +705,5 @@
@see https://www.w3.org/TR/SVG/paths.html#PathData @see https://www.w3.org/TR/SVG/paths.html#PathData
--> -->
<string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -58 V 42.57142857142857 H 0 V 0 Z @dp @right</string> <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -203 V 149 H 0 V 0 Z @right</string>
</resources> </resources>