From d29ead1824fa198c4c86845a5adfbd47341af6a2 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Tue, 28 Dec 2021 18:34:36 +0800 Subject: [PATCH] Enable nested scrolling for Trusted credentials The list of trusted root certs cannot be scrolled to the end. This is caused by the disabled nested scrolling. To ensure the CollapsingToolbarLayout works well with the list, the nested scrolling feature of ListView needs to be enabled. Bug: 191011957 Test: manual test Change-Id: Ic7a41377f983e90c85ca304798851112aebcc349 --- res/layout/trusted_credential_list_container.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/trusted_credential_list_container.xml b/res/layout/trusted_credential_list_container.xml index 42dbfd9755b..5f8b7b3a654 100644 --- a/res/layout/trusted_credential_list_container.xml +++ b/res/layout/trusted_credential_list_container.xml @@ -53,6 +53,7 @@