From d790fa280058f6b2a3dc9290e81c41205306c6e1 Mon Sep 17 00:00:00 2001 From: Sunny Shao Date: Tue, 26 Apr 2022 16:10:40 +0800 Subject: [PATCH] Fix collapsing toolbar can't collapse problem - Use the NestedScrollView instead of ScrollView. Fixes: 216276444 Test: manual test Change-Id: I3872bcc2f165ba8cf55f1782aa76f59adde5d3aa --- res/layout/running_service_details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/running_service_details.xml b/res/layout/running_service_details.xml index 68ddb1c8baa..d544704ac64 100644 --- a/res/layout/running_service_details.xml +++ b/res/layout/running_service_details.xml @@ -16,7 +16,7 @@ ** limitations under the License. */ --> - - +