textview textIsSelectable=“true” not working in Listview

后端 未结 3 1895
别跟我提以往
别跟我提以往 2021-01-18 15:09
 

        
3条回答
  •  悲哀的现实
    2021-01-18 15:35

    Remove the textIsSelectable, instead use:

    android:inputType="textMultiLine"
    

    The text will be selectable and editable.

提交回复
热议问题