TextView 实现复制文本功能

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"
/>
上一篇:JAVA框架 Spring JDBC模板


下一篇:iOS和Android AES加密(Java中没有UINT)