• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Background edges fade in textView

TWH

Lurker
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
 
Back
Top Bottom