Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 976e6a80 authored by songferngwang's avatar songferngwang
Browse files

The editview's inputytype adds textMultiLine

Bug: 323466710
Test: verify the UI

Change-Id: Ic66c25a06edb45a37dfca091bf23bdb3a02dcfbe
parent e471604d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"