From 976e6a80e96ef630a31d7b213a15ec466237927a Mon Sep 17 00:00:00 2001 From: songferngwang Date: Tue, 16 Apr 2024 08:55:44 +0000 Subject: [PATCH] The editview's inputytype adds textMultiLine Bug: 323466710 Test: verify the UI Change-Id: Ic66c25a06edb45a37dfca091bf23bdb3a02dcfbe --- res/layout/private_dns_mode_dialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/private_dns_mode_dialog.xml b/res/layout/private_dns_mode_dialog.xml index 12e29e693b7..96ebd2c3955 100644 --- a/res/layout/private_dns_mode_dialog.xml +++ b/res/layout/private_dns_mode_dialog.xml @@ -48,7 +48,7 @@ android:hint="@string/private_dns_mode_provider_hostname_hint" style="@android:style/Widget.CompoundButton.RadioButton" android:imeOptions="actionDone" - android:inputType="textFilter|textUri" + android:inputType="textFilter|textUri|textMultiLine" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="3dp"