0

I was just checking out the attributes for my EditText and I came upon these strange attributes:

enter image description here

Can someone tell me what they are for???

My minSdkVersion:

enter image description here

Thanks!

user302543
  • 59
  • 7
qingy2019
  • 536
  • 7
  • 23

1 Answers1

1

These are the references to the drawables, to display text selection and left/right anchors, as written in the documentation.

In this SO question you can see how to change the colors of those.

bundy79
  • 106
  • 3