Skip to content Skip to sidebar Skip to footer

How To Set Border Color For Edittext

I have used this. #99CBFF#CEF7F6#000000

Solution 1:

The issue is it is taking the color of the default item as background while onfocus as I did not gave any solid color for each. So now i added this in "gradient_edt_focused".

<solidandroid:color="#00000000" />

Now it is working.

Post a Comment for "How To Set Border Color For Edittext"