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.
Any help would be great. Thank you.
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.
Any help would be great. Thank you.
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.
I applied Edittext theme as android:theme
and style
too. Just removed this from my Edittext:
android:theme="@style/EditTextTheme"