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

 

相关文章:

  • 2022-01-06
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-10-21
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-10-22
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案