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
use theme
@android:style/Theme.Black.NoTitleBar.Fullscreen
or
@android:style/Theme.WithActionBar
set TextView in xml
android:textIsSelectable="true"
see result