From 256c8501c095fc19675a3353587c992618a780fc Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Fri, 5 Mar 2021 22:52:55 +0800 Subject: [PATCH] Change ScrollView to NestedScrollView for language list After enabling collapsing toolbar, ScrollView is not working with CoordinatorLayout. So we need to update it to NestedScrollView to make it work with CoordinatorLayout. Bug: 181737215 Test: visual verified 1) Settings -> System -> Languages & input -> Languages 2) Add 6-8 languages to the list 3) Scrolling the list to see if it's smooth Change-Id: Id47dfc225585ddd4469838ff0898495cda3f6c44 --- res/layout/locale_order_list.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/locale_order_list.xml b/res/layout/locale_order_list.xml index 929582f8082..a1f93cd4d63 100644 --- a/res/layout/locale_order_list.xml +++ b/res/layout/locale_order_list.xml @@ -14,7 +14,7 @@ limitations under the License. --> - - +