I’m developing some Android application, and I need to change style of EditText. I use 4.0 version, and I need to set border width, border color and background color, and rounded corners. How can I do it? Thank you in advance.
I’m developing some Android application, and I need to change style of EditText. I
Share
I will give you links to acheive what you’ve asked.
Custom background and border : Changing background color and border color of an EditText widget using State List in Android
Rounded Corners : How to create EditText with rounded corners?