From 937c1e56fb30ec976fe02ea2cd5e279329f78569 Mon Sep 17 00:00:00 2001 From: krazey Date: Sat, 27 Aug 2022 14:35:17 +0200 Subject: [PATCH] exynos9610: Fix clock padding after lowering DPI 82bd1bcfcc18ee5f40d2a1bf98e2ddc8ccf4c5d8: exynos9610: Lower DPI to account for Android 12 UI Signed-off-by: krazey Change-Id: I427b0ed4db8ab9251494a0230c21fc299bc8e470 --- 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 30a76dc..88ea7e6 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -24,7 +24,7 @@ appended after the path string to interpret coordinates in dp instead of px units. Note that a physical cutout should be configured in pixels for the best results. --> - M 0,0 H 57.58 V 55.0 H 0 V 0 Z @dp @left + M 0,0 H 66.0 V 69.0 H 0 V 0 Z @dp @left 6.0dip 165px -- 2.20.1