Android: Is it possible to dynamically change the border color of a EditText?
Posted
by Peterdk
on Stack Overflow
See other posts from Stack Overflow
or by Peterdk
Published on 2010-04-25T14:25:16Z
Indexed on
2010/04/25
14:33 UTC
Read the original article
Hit count: 416
I would like to change the Orange border around a EditText
. Like when the input is valid, I want it to become green.
However I do not seem to find a method to do this. Is it possible?
© Stack Overflow or respective owner