From bb28bda53e1bdd2efcc31678640feecc062fdb09 Mon Sep 17 00:00:00 2001 From: Evan Laird Date: Fri, 3 Nov 2023 13:32:58 -0400 Subject: [PATCH] [Rounded corners] Define top and bottom corners as equal to default There seems to be a bug somewhere that is not reading the default corner value and instead using the rounded_corner_radius_top / rounded_corner_radius_bottom values even though they are not defined here. Adding the overrides should fix the window animations for now. Test: manual Bug: 293863335 Change-Id: I53a33d22f9bdd9a2ebb6f9c21b693b2e45ea6c5a --- akita/overlay/frameworks/base/core/res/res/values/dimens.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akita/overlay/frameworks/base/core/res/res/values/dimens.xml b/akita/overlay/frameworks/base/core/res/res/values/dimens.xml index 201f566..6613fb0 100644 --- a/akita/overlay/frameworks/base/core/res/res/values/dimens.xml +++ b/akita/overlay/frameworks/base/core/res/res/values/dimens.xml @@ -20,6 +20,8 @@ 128px + 128px + 128px