From 399bc86397f5a7885feb6bdbfcd3cb8a5ed5bfc5 Mon Sep 17 00:00:00 2001 From: tom hsu Date: Wed, 29 Mar 2023 15:55:01 +0800 Subject: [PATCH] Fix UI problem in system language list - "Add a language" can not show "language" during font and display size turn into the biggest. - This is due to view hight limited, change to wrap content for solution. Bug: b/275661390 Test: Manual test. Change-Id: I306e09a92f3a9e047e6ab9a484e0b60f2b86cc62 --- res/layout/locale_order_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/locale_order_list.xml b/res/layout/locale_order_list.xml index a1f93cd4d63..acde14575e9 100644 --- a/res/layout/locale_order_list.xml +++ b/res/layout/locale_order_list.xml @@ -36,7 +36,7 @@