From cd869051efed00b9b44c19055182d963c973d320 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Thu, 3 Oct 2019 00:00:45 +0800 Subject: [PATCH] Fix overlapping in TrustedCredentialsSettings It's a side effect caused by making scrollView extend below navbar. Set both of clipToPadding and clipChildren true to fix overlapping. Fixes: 138962899 Test: visual Change-Id: Icf696a151055d4be76cafe44d5cb95b67bc2ea9f --- res/layout/trusted_credential_list_container.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/trusted_credential_list_container.xml b/res/layout/trusted_credential_list_container.xml index aca0bc8bd73..42dbfd9755b 100644 --- a/res/layout/trusted_credential_list_container.xml +++ b/res/layout/trusted_credential_list_container.xml @@ -16,6 +16,8 @@