How do I enable standard copy paste for a TextView in Android? Ask Question

How do I enable standard copy paste for a TextView in Android? Ask Question

I want to enable standard copy paste for a TextView (the same as for EditText). How can I do it?

編集不可能な EditText を使用しようとしましたが、うまく機能しませんでした (編集可能になったり、コピー ペースト オーバーレイが表示されなかったりすることがありました)。また、一般的には良い方法ではないと思われます。

API 7 以降の実用的なソリューションが必要です。

ベストアンサー1

試すandroid:textIsSelectable

つまり、android:textIsSelectable="true"

おすすめ記事