0

I've added textIsSelectable attribute to some TextView's and trying to work with it... that's what I have

enter image description here

Any ideas?

Javier Manzano
  • 4,761
  • 16
  • 56
  • 86

1 Answers1

1

After reading, you need to set the following in your theme:

<item name="windowActionModeOverlay">true</item>
Javier Manzano
  • 4,761
  • 16
  • 56
  • 86