From 3ee2e35efffb07df5537e0a51946c2443843d3c6 Mon Sep 17 00:00:00 2001 From: Andrey Epin Date: Tue, 4 Oct 2022 09:29:26 -0700 Subject: [PATCH] Fix miniresolver dragging animation Make all miniresolver elements scrollable. Test: manual testing (open a YouTube link from a work account to trigger miniresolver). Bug: 250917473 Change-Id: I730ec3033a5b28419785bdaf37c1e02473ae0d42 --- core/res/res/layout/miniresolver.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/res/res/layout/miniresolver.xml b/core/res/res/layout/miniresolver.xml index ded23feaca8f9..38a71f0e17f64 100644 --- a/core/res/res/layout/miniresolver.xml +++ b/core/res/res/layout/miniresolver.xml @@ -65,8 +65,7 @@ android:paddingTop="32dp" android:paddingBottom="@dimen/resolver_button_bar_spacing" android:orientation="vertical" - android:background="?attr/colorBackground" - android:layout_ignoreOffset="true"> + android:background="?attr/colorBackground">