Text Colour Becomes Grey When Dragging
Bug #364425 reported by
Michael Fletcher
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Tomdroid |
Fix Released
|
Medium
|
Olivier Bilodeau |
Bug Description
When you use you finger to scroll on a note the next becomes grey while being dragged.
I am guessing that some text is being interpreted as a hyperlink.
You can see the greyness as a dragged in the emulator.
Related branches
To post a comment you must log in.
This looks like it is related to http:// groups. google. com/group/ android- developers/ browse_ thread/ thread/ ccb475c855e8785 a.
One of the fixes described in the thread works for me: adding android: textColor= "#ffffffff" in the TextView attributes of the note view. Hardcoding the color is the only thing that worked for me, no such luck with the @android:color predefined colors.
It works but it is really ugly :-)