From ad5c96a66f293a1d725577ecf065da7fafedc9e6 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 6 Feb 2021 16:17:51 +0100 Subject: [PATCH] instantnoodlep: Use config_roundedCornerMultipleRadius * Because of config_roundedCornerMultipleRadius being set to obnoxiously high value we end up having too high corner border radius for Android recents. * Also we still need to set rounded_corner_radius to something other than 0 so that we'll have our rounded border drawables applied. I guess that 8dp is a fair value for that. Change-Id: Ib39ac6c4aaf6c00c247b2945e4f0a71ab0789df5 --- .../base/core/res/res/values/config.xml | 2 +- .../SystemUI/res/drawable/rounded.xml | 4 +-- .../packages/SystemUI/res/values/config.xml | 26 +++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 overlay/frameworks/base/packages/SystemUI/res/values/config.xml diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 728ab1b..47964ab 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -400,7 +400,7 @@ - 209px + 8dp + + + + + true + +