I want to enable standard copy paste for a TextView (the same as for EditText). How can I do it?
I tried using a non-editable EditText but it didn\'t work well (some
For an EditText, in manifest inside the activity use android:windowSoftInputMode="adjustResize"
EditText
android:windowSoftInputMode="adjustResize"