0

The weird issue I find on Marshmallow is this unwanted underline below selection handles.

I have tried playing with themes and color attributes.

This is just in my application, other apps work fine.

enter image description here

Any help would be great. Thank you.

Floern
  • 33,559
  • 24
  • 104
  • 119
Rachit Mishra
  • 6,101
  • 4
  • 30
  • 51

2 Answers2

0

The same thing happened to me but I was using drawables for my cursor and selection handle. Putting android:textCursorDrawable="@drawable/blue_cursor" in the XML fixed it for me.

SianN
  • 21
  • 2
0

I applied Edittext theme as android:theme and style too. Just removed this from my Edittext:

android:theme="@style/EditTextTheme"

Thanks to https://stackoverflow.com/a/42355788/5909385

Community
  • 1
  • 1
Krupa Kakkad
  • 857
  • 1
  • 13
  • 28