views:

28

answers:

1

When I change the layout_height of an EditText field in Android, the nice looking gradient becomes a hard gray line as you can see here:

alt text

Is there a way to either fix or disable this gradient?

thx Ben

A: 

You may want to just give it a different background, using a nine-patch presumably. (I have noticed this too and don't like it either! :) )

rob