标签:
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"
/>
标签:
原文地址:http://www.cnblogs.com/jiayonghua/p/5545926.html