码迷,mamicode.com
首页 > 其他好文 > 详细

TextView 实现复制文本功能

时间:2016-05-31 15:43:40      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:

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"
        />

 

TextView 实现复制文本功能

标签:

原文地址:http://www.cnblogs.com/jiayonghua/p/5545926.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!