From 5a4c7737ee350d41da661110a7b0995a7f04e0e6 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Thu, 9 Jan 2020 02:09:13 +0000 Subject: [PATCH] Sync up to v209 --- ...devices-with-higher-aspect-ratio-dow.patch | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 patches/platform_frameworks_base/0046-fix-crashing-on-devices-with-higher-aspect-ratio-dow.patch diff --git a/patches/platform_frameworks_base/0046-fix-crashing-on-devices-with-higher-aspect-ratio-dow.patch b/patches/platform_frameworks_base/0046-fix-crashing-on-devices-with-higher-aspect-ratio-dow.patch new file mode 100644 index 0000000..3a8cb4b --- /dev/null +++ b/patches/platform_frameworks_base/0046-fix-crashing-on-devices-with-higher-aspect-ratio-dow.patch @@ -0,0 +1,55 @@ +From b5ed01a87952a16e928390aec2aaa531c2bd623d Mon Sep 17 00:00:00 2001 +From: Peter Cai +Date: Thu, 2 Jan 2020 10:16:49 +0800 +Subject: [PATCH 46/46] fix crashing on devices with higher aspect ratio down + to sw288dp + +* This is what the Qin 2 (Pro) is. +--- + .../SystemUI/res/values-sw288dp/dimens.xml | 34 +++++++++++++++++++ + 1 file changed, 34 insertions(+) + create mode 100644 packages/SystemUI/res/values-sw288dp/dimens.xml + +diff --git a/packages/SystemUI/res/values-sw288dp/dimens.xml b/packages/SystemUI/res/values-sw288dp/dimens.xml +new file mode 100644 +index 00000000000..2774554ec64 +--- /dev/null ++++ b/packages/SystemUI/res/values-sw288dp/dimens.xml +@@ -0,0 +1,34 @@ ++ ++ ++ ++ ++ 3dp ++ 3dp ++ ++ 5dp ++ 4dp ++ 64dp ++ 64dp ++ ++ 20dp ++ 20dp ++ 12dp ++ 22dp ++ 4dp ++ ++ ++ +-- +2.17.1 +