## 요약 - TextView 하위 속성 관련 조사 ## 상세 위 링크에 자세한 구현 방안 공유 ## 참고 - [good for watching](https://dev.to/bigaru/providing-custom-text-selection-actions-in-android-1akc) - android docs - [text#selection](https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-text-selection) - [text#seletable](https://developer.android.com/reference/android/widget/TextView#setTextIsSelectable(boolean)) - using - [text#selection](https://android-developers.googleblog.com/2015/10/in-app-translations-in-android.html) - [create custom text selection actions](https://stackoverflow.com/questions/41948150/creating-custom-text-selection-actions) - [custom option](https://aroundck.tistory.com/6910) - [how to add an item to the text selection pop up menu](https://stackoverflow.com/questions/51632908/how-to-add-an-item-to-the-text-selection-popup-menu) - [custom text selection action](https://medium.com/androiddevelopers/custom-text-selection-actions-with-action-process-text-191f792d2999)
요약
상세
위 링크에 자세한 구현 방안 공유
참고