I have a ListView that contains a TextView in each row besides a number of other views. The TextView renders html content which may contain links.
The below code appear
I had the same issue and none of these answers worked for me. Eventually, I managed to fix the problem by removing the attribute android:inputType="textMultiLine".
android:inputType="textMultiLine"