The best way I found:
Replace the TextView with an EditText with these extra attributes:
android:background="@null" android:editable="false" android:cursorVisible="false" There is no need for wrapping in a ScrollView.
The best way I found:
Replace the TextView with an EditText with these extra attributes:
android:background="@null" android:editable="false" android:cursorVisible="false" There is no need for wrapping in a ScrollView.