Skip to main content
Active reading.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

BestThe best way I found:

Replace the TextView with an EditText with these extra attributes:

android:background="@null" android:editable="false" android:cursorVisible="false" 

NoThere is no need for wrapping in a ScrollView.

Best way I found:

Replace the TextView with an EditText with these extra attributes:

android:background="@null" android:editable="false" android:cursorVisible="false" 

No need for wrapping in 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.

Source Link

Best way I found:

Replace the TextView with an EditText with these extra attributes:

android:background="@null" android:editable="false" android:cursorVisible="false" 

No need for wrapping in ScrollView.