Merge "The editview's inputytype adds textMultiLine" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
18f72bb46f
@@ -48,7 +48,7 @@
|
|||||||
android:hint="@string/private_dns_mode_provider_hostname_hint"
|
android:hint="@string/private_dns_mode_provider_hostname_hint"
|
||||||
style="@android:style/Widget.CompoundButton.RadioButton"
|
style="@android:style/Widget.CompoundButton.RadioButton"
|
||||||
android:imeOptions="actionDone"
|
android:imeOptions="actionDone"
|
||||||
android:inputType="textFilter|textUri"
|
android:inputType="textFilter|textUri|textMultiLine"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="3dp"
|
android:layout_marginStart="3dp"
|
||||||
|
Reference in New Issue
Block a user