Search code examples
androidandroid-edittext

Change Line Color of EditText - Android


Can I change the line color on EditText. When is active it has some greenish color.Image

Is it possible to change only the color of line when is active, and how can I do this...?


Solution

  • You need to set background source for an edit text.

    1. Generate it http://android-holo-colors.com/
    2. Than you can apply generated drawable as background like android:background="@drawable/my_theme_edit_text" for the custom EditText. Or you can set that background in your app theme - you will find example in .zip file from that site