Android: Multiline & No autosuggest in EditText

后端 未结 7 677
既然无缘
既然无缘 2021-01-12 05:09

Is it possible to have an EditText that allows multilines and doesn\'t show the suggestions? I tried with this code:

android:inputType=\"textFilter|textMulti         


        
7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 06:00

    Works for me

    android:inputType="textVisiblePassword|textMultiLine"
    

提交回复
热议问题