From 72ec0f2ba81c4d3ee4a4ba9c626f2ed3c9c02c38 Mon Sep 17 00:00:00 2001 From: Weng Su Date: Tue, 28 Sep 2021 22:53:53 +0800 Subject: [PATCH] [Provider Model] Increase the maximum height of Internet Dialog - The original designed networks of Internet Dialog is as follows - Carrier Network x1 (88dp high) - WiFi toggle/networks x3 (72dp high) - When the Ethernet network is added, the new network will become as follows - Ethernet x1 (88dp high) - Carrier Network x1 (88dp high) - WiFi toggle/networks x2 (72dp high) - The maximum height of the Internet Dialog needs to be increased to more than 16dp. - Increase the maximum height from 646dp to 662dp Bug: 200764294 Test: manual test, verified on the Settings UI. atest -c InternetAdapterTest \ InternetDialogControllerTest \ InternetDialogTes Change-Id: I70bdc802213806ad4cac88cdcd45a60e14794552 --- packages/SystemUI/res/values/dimens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index 7235c467adeb9..044b6fe48b207 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -1592,7 +1592,7 @@ 12dp - 646dp + 662dp @dimen/match_parent