Android api 11 以后可以直接设置
android:textIsSelectable="true"
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="16sp"
android:text="Hello World"
android:gravity="center"
android:textIsSelectable="true"
/>