I'm using a textView to display a read-only string. When I specify a drawable for the background, the left and right edges fade out as if it's horizontally scrollable. I've tried several things to keep this from happening, such as:
android:fadingEdge="none"
android:fadingEdgeLength="0dp"
android:scrollHorizontally="false"
but it keeps happening.
If I specify a solid color instead of a drawable, the fade does not occur.
How do I keep this from happening with a drawable?
Thx
android:fadingEdge="none"
android:fadingEdgeLength="0dp"
android:scrollHorizontally="false"
but it keeps happening.
If I specify a solid color instead of a drawable, the fade does not occur.
How do I keep this from happening with a drawable?
Thx